Class: Aws::Types::AttachmentStateChange

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_arn::String

Returns the value of attribute attachment_arn.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def attachment_arn
  @attachment_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def status
  @status
end