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.
6825 6826 6827 |
# File 'sig/types.rbs', line 6825 def arn @arn end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
6824 6825 6826 |
# File 'sig/types.rbs', line 6824 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
6826 6827 6828 |
# File 'sig/types.rbs', line 6826 def status_reason @status_reason end |
#type ⇒ "URL", ...
Returns the value of attribute type.
6823 6824 6825 |
# File 'sig/types.rbs', line 6823 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
6822 6823 6824 |
# File 'sig/types.rbs', line 6822 def value @value end |