Class: Aws::Types::DisassociateSubnetCidrBlockResult
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSubnetCidrBlockResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_6_cidr_block_association ⇒ Types::SubnetIpv6CidrBlockAssociation
Returns the value of attribute ipv_6_cidr_block_association.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#ipv_6_cidr_block_association ⇒ Types::SubnetIpv6CidrBlockAssociation
Returns the value of attribute ipv_6_cidr_block_association.
8674 8675 8676 |
# File 'sig/types.rbs', line 8674 def ipv_6_cidr_block_association @ipv_6_cidr_block_association end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
8675 8676 8677 |
# File 'sig/types.rbs', line 8675 def subnet_id @subnet_id end |