Class: Aws::EventBridge::Types::UpdateArchiveResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::UpdateArchiveResponse
- 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.
-
#creation_time ⇒ Time
The time at which the archive was updated.
-
#state ⇒ String
The state of the archive.
-
#state_reason ⇒ String
The reason that the archive is in the current state.
Instance Attribute Details
#archive_arn ⇒ String
The ARN of the archive.
5011 5012 5013 5014 5015 5016 5017 5018 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5011 class UpdateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the archive was updated.
5011 5012 5013 5014 5015 5016 5017 5018 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5011 class UpdateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the archive.
5011 5012 5013 5014 5015 5016 5017 5018 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5011 class UpdateArchiveResponse < 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 current state.
5011 5012 5013 5014 5015 5016 5017 5018 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5011 class UpdateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end |