You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::CreateArchiveResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CreateArchiveResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#archive_arn ⇒ String
The ARN of the archive that was created.
-
#creation_time ⇒ Time
The time at which the archive was created.
-
#state ⇒ String
The state of the archive that was created.
-
#state_reason ⇒ String
The reason that the archive is in the state.
Instance Attribute Details
#archive_arn ⇒ String
The ARN of the archive that was created.
#creation_time ⇒ Time
The time at which the archive was created.
#state ⇒ String
The state of the archive that was created.
Possible values:
- ENABLED
- DISABLED
- CREATING
- UPDATING
- CREATE_FAILED
- UPDATE_FAILED
#state_reason ⇒ String
The reason that the archive is in the state.