Class: Aws::Types::SubnetAssociation
- Inherits:
-
Object
- Object
- Aws::Types::SubnetAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "pendingAcceptance", ...
Returns the value of attribute state.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#state ⇒ "pendingAcceptance", ...
Returns the value of attribute state.
17572 17573 17574 |
# File 'sig/types.rbs', line 17572 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17571 17572 17573 |
# File 'sig/types.rbs', line 17571 def subnet_id @subnet_id end |