Class: Aws::Types::AttachmentStateChange
- Inherits:
-
Object
- Object
- Aws::Types::AttachmentStateChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
45 46 47 |
# File 'sig/types.rbs', line 45 def @attachment_arn end |
#status ⇒ ::String
Returns the value of attribute status.
46 47 48 |
# File 'sig/types.rbs', line 46 def status @status end |