You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::DescribeArchiveResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DescribeArchiveResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#archive_arn ⇒ String
The ARN of the archive.
-
#archive_name ⇒ String
The name of the archive.
-
#creation_time ⇒ Time
The time at which the archive was created.
-
#description ⇒ String
The description of the archive.
-
#event_count ⇒ Integer
The number of events in the archive.
-
#event_pattern ⇒ String
The event pattern used to filter events sent to the archive.
-
#event_source_arn ⇒ String
The ARN of the event source associated with the archive.
-
#retention_days ⇒ Integer
The number of days to retain events for in the archive.
-
#size_bytes ⇒ Integer
The size of the archive in bytes.
-
#state ⇒ String
The state of the archive.
-
#state_reason ⇒ String
The reason that the archive is in the state.
Instance Attribute Details
#archive_arn ⇒ String
The ARN of the archive.
#archive_name ⇒ String
The name of the archive.
#creation_time ⇒ Time
The time at which the archive was created.
#description ⇒ String
The description of the archive.
#event_count ⇒ Integer
The number of events in the archive.
#event_pattern ⇒ String
The event pattern used to filter events sent to the archive.
#event_source_arn ⇒ String
The ARN of the event source associated with the archive.
#retention_days ⇒ Integer
The number of days to retain events for in the archive.
#size_bytes ⇒ Integer
The size of the archive in bytes.
#state ⇒ String
The state of the archive.
Possible values:
- ENABLED
- DISABLED
- CREATING
- UPDATING
- CREATE_FAILED
- UPDATE_FAILED
#state_reason ⇒ String
The reason that the archive is in the state.