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.
6713 6714 6715 |
# File 'sig/types.rbs', line 6713 def arn @arn end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
6712 6713 6714 |
# File 'sig/types.rbs', line 6712 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
6714 6715 6716 |
# File 'sig/types.rbs', line 6714 def status_reason @status_reason end |
#type ⇒ "URL", ...
Returns the value of attribute type.
6711 6712 6713 |
# File 'sig/types.rbs', line 6711 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
6710 6711 6712 |
# File 'sig/types.rbs', line 6710 def value @value end |