Class: Aws::ECS::Types::AttachmentStateChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::AttachmentStateChange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
An object representing a change in state for a task attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) of the attachment.
-
#status ⇒ String
The status of the attachment.
Instance Attribute Details
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) of the attachment.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-ecs/types.rb', line 73 class AttachmentStateChange < Struct.new( :attachment_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the attachment.
73 74 75 76 77 78 |
# File 'lib/aws-sdk-ecs/types.rb', line 73 class AttachmentStateChange < Struct.new( :attachment_arn, :status) SENSITIVE = [] include Aws::Structure end |