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