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.
500 501 502 |
# File 'sig/types.rbs', line 500 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
497 498 499 |
# File 'sig/types.rbs', line 497 def name @name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
499 500 501 |
# File 'sig/types.rbs', line 499 def status @status end |
#value ⇒ ::String
Returns the value of attribute value.
498 499 500 |
# File 'sig/types.rbs', line 498 def value @value end |