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.
6807 6808 6809 |
# File 'sig/types.rbs', line 6807 def arn @arn end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
6806 6807 6808 |
# File 'sig/types.rbs', line 6806 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
6808 6809 6810 |
# File 'sig/types.rbs', line 6808 def status_reason @status_reason end |
#type ⇒ "URL", ...
Returns the value of attribute type.
6805 6806 6807 |
# File 'sig/types.rbs', line 6805 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
6804 6805 6806 |
# File 'sig/types.rbs', line 6804 def value @value end |