Class: Aws::CloudWatchEvents::Types::CreateArchiveResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CreateArchiveResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
731 732 733 734 735 736 737 738 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 731 class CreateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the archive was created.
731 732 733 734 735 736 737 738 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 731 class CreateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the archive that was created.
731 732 733 734 735 736 737 738 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 731 class CreateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The reason that the archive is in the state.
731 732 733 734 735 736 737 738 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 731 class CreateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end |