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
9371 |
# File 'sig/client.rbs', line 9371
def cidr_block_association: () -> Types::VpcCidrBlockAssociation
|
#ipv_6_cidr_block_association ⇒ Types::VpcIpv6CidrBlockAssociation
9370 |
# File 'sig/client.rbs', line 9370
def ipv_6_cidr_block_association: () -> Types::VpcIpv6CidrBlockAssociation
|
#vpc_id ⇒ ::String
9372 |
# File 'sig/client.rbs', line 9372
def vpc_id: () -> ::String
|