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.
6708 6709 6710 |
# File 'sig/types.rbs', line 6708 def arn @arn end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
6707 6708 6709 |
# File 'sig/types.rbs', line 6707 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
6709 6710 6711 |
# File 'sig/types.rbs', line 6709 def status_reason @status_reason end |
#type ⇒ "URL", ...
Returns the value of attribute type.
6706 6707 6708 |
# File 'sig/types.rbs', line 6706 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
6705 6706 6707 |
# File 'sig/types.rbs', line 6705 def value @value end |