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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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)


73
74
75
76
77
78
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 73

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

#statusString

The status of the attachment.

Returns:

  • (String)


73
74
75
76
77
78
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 73

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