Class: Aws::Types::DisassociateVpcCidrBlockResult
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateVpcCidrBlockResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_block_association ⇒ Types::VpcCidrBlockAssociation
Returns the value of attribute cidr_block_association.
-
#ipv_6_cidr_block_association ⇒ Types::VpcIpv6CidrBlockAssociation
Returns the value of attribute ipv_6_cidr_block_association.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#cidr_block_association ⇒ Types::VpcCidrBlockAssociation
Returns the value of attribute cidr_block_association.
8525 8526 8527 |
# File 'sig/types.rbs', line 8525 def cidr_block_association @cidr_block_association end |
#ipv_6_cidr_block_association ⇒ Types::VpcIpv6CidrBlockAssociation
Returns the value of attribute ipv_6_cidr_block_association.
8524 8525 8526 |
# File 'sig/types.rbs', line 8524 def ipv_6_cidr_block_association @ipv_6_cidr_block_association end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
8526 8527 8528 |
# File 'sig/types.rbs', line 8526 def vpc_id @vpc_id end |