Module: Aws::EC2::Client::_AssociateVpcCidrBlockResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AssociateVpcCidrBlockResult]
- 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
652 |
# File 'sig/client.rbs', line 652
def cidr_block_association: () -> Types::VpcCidrBlockAssociation
|
#ipv_6_cidr_block_association ⇒ Types::VpcIpv6CidrBlockAssociation
651 |
# File 'sig/client.rbs', line 651
def ipv_6_cidr_block_association: () -> Types::VpcIpv6CidrBlockAssociation
|
#vpc_id ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def vpc_id: () -> ::String
|