Class: Aws::Types::Association
- Inherits:
-
Object
- Object
- Aws::Types::Association
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#type ⇒ "RESERVATION_TIME_WINDOW_ARN"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
30 31 32 |
# File 'sig/types.rbs', line 30 def arn @arn end |
#type ⇒ "RESERVATION_TIME_WINDOW_ARN"
Returns the value of attribute type.
31 32 33 |
# File 'sig/types.rbs', line 31 def type @type end |