class Aws::CloudWatchEvents::Types::ListArchivesRequest
@note When making an API call, you may pass ListArchivesRequest
data as a hash: { name_prefix: "ArchiveName", event_source_arn: "Arn", state: "ENABLED", # accepts ENABLED, DISABLED, CREATING, UPDATING, CREATE_FAILED, UPDATE_FAILED next_token: "NextToken", limit: 1, }
@!attribute [rw] name_prefix
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned. @return [String]
@!attribute [rw] event_source_arn
The ARN of the event source associated with the archive. @return [String]
@!attribute [rw] state
The state of the archive. @return [String]
@!attribute [rw] next_token
The token returned by a previous call to retrieve the next set of results. @return [String]
@!attribute [rw] limit
The maximum number of results to return. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/ListArchivesRequest AWS API Documentation
Constants
- SENSITIVE