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.
18208 18209 18210 |
# File 'sig/types.rbs', line 18208 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
18207 18208 18209 |
# File 'sig/types.rbs', line 18207 def subnet_id @subnet_id end |