Class: Aws::Types::Reference
- Inherits:
-
Object
- Object
- Aws::Types::Reference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#type ⇒ "URL", ...
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
6554 6555 6556 |
# File 'sig/types.rbs', line 6554 def arn @arn end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
6553 6554 6555 |
# File 'sig/types.rbs', line 6553 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
6555 6556 6557 |
# File 'sig/types.rbs', line 6555 def status_reason @status_reason end |
#type ⇒ "URL", ...
Returns the value of attribute type.
6552 6553 6554 |
# File 'sig/types.rbs', line 6552 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
6551 6552 6553 |
# File 'sig/types.rbs', line 6551 def value @value end |