Class: Aws::Types::AttachmentReference
- Inherits:
-
Object
- Object
- Aws::Types::AttachmentReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
488 489 490 |
# File 'sig/types.rbs', line 488 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
485 486 487 |
# File 'sig/types.rbs', line 485 def name @name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
487 488 489 |
# File 'sig/types.rbs', line 487 def status @status end |
#value ⇒ ::String
Returns the value of attribute value.
486 487 488 |
# File 'sig/types.rbs', line 486 def value @value end |