Module: Aws::EC2::Client::_DisassociateVpcCidrBlockResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DisassociateVpcCidrBlockResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cidr_block_association ⇒ Types::VpcCidrBlockAssociation
- #ipv_6_cidr_block_association ⇒ Types::VpcIpv6CidrBlockAssociation
- #vpc_id ⇒ ::String
Instance Method Details
#cidr_block_association ⇒ Types::VpcCidrBlockAssociation
9577 |
# File 'sig/client.rbs', line 9577
def cidr_block_association: () -> Types::VpcCidrBlockAssociation
|
#ipv_6_cidr_block_association ⇒ Types::VpcIpv6CidrBlockAssociation
9576 |
# File 'sig/client.rbs', line 9576
def ipv_6_cidr_block_association: () -> Types::VpcIpv6CidrBlockAssociation
|
#vpc_id ⇒ ::String
9578 |
# File 'sig/client.rbs', line 9578
def vpc_id: () -> ::String
|