Class: Aws::Types::VpcCidrBlockState
- Inherits:
-
Object
- Object
- Aws::Types::VpcCidrBlockState
- 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.
19005 19006 19007 |
# File 'sig/types.rbs', line 19005 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
19006 19007 19008 |
# File 'sig/types.rbs', line 19006 def @status_message end |