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.
18229 18230 18231 |
# File 'sig/types.rbs', line 18229 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
18228 18229 18230 |
# File 'sig/types.rbs', line 18228 def subnet_id @subnet_id end |