Class: Aws::ECS::Types::AttachmentStateChange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attachment_arnString

The Amazon Resource Name (ARN) of the attachment.

Returns:

  • (String)

64
65
66
67
68
69
# File 'lib/aws-sdk-ecs/types.rb', line 64

class AttachmentStateChange < Struct.new(
  :attachment_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the attachment.

Returns:

  • (String)

64
65
66
67
68
69
# File 'lib/aws-sdk-ecs/types.rb', line 64

class AttachmentStateChange < Struct.new(
  :attachment_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end