Class: Aws::EventBridge::Types::CreateArchiveResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::CreateArchiveResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/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.
758 759 760 761 762 763 764 765 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 758 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.
758 759 760 761 762 763 764 765 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 758 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.
758 759 760 761 762 763 764 765 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 758 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.
758 759 760 761 762 763 764 765 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 758 class CreateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end |