Class: Aws::Types::SubnetCidrBlockState
- Inherits:
-
Object
- Object
- Aws::Types::SubnetCidrBlockState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "associating", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#state ⇒ "associating", ...
Returns the value of attribute state.
17577 17578 17579 |
# File 'sig/types.rbs', line 17577 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
17578 17579 17580 |
# File 'sig/types.rbs', line 17578 def @status_message end |