Class: Aws::EC2::Types::AssociateVpcCidrBlockResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateVpcCidrBlockResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_block_association ⇒ Types::VpcCidrBlockAssociation
Information about the IPv4 CIDR block association.
-
#ipv_6_cidr_block_association ⇒ Types::VpcIpv6CidrBlockAssociation
Information about the IPv6 CIDR block association.
-
#vpc_id ⇒ String
The ID of the VPC.
Instance Attribute Details
#cidr_block_association ⇒ Types::VpcCidrBlockAssociation
Information about the IPv4 CIDR block association.
2824 2825 2826 2827 2828 2829 2830 |
# File 'lib/aws-sdk-ec2/types.rb', line 2824 class AssociateVpcCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :cidr_block_association, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#ipv_6_cidr_block_association ⇒ Types::VpcIpv6CidrBlockAssociation
Information about the IPv6 CIDR block association.
2824 2825 2826 2827 2828 2829 2830 |
# File 'lib/aws-sdk-ec2/types.rb', line 2824 class AssociateVpcCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :cidr_block_association, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
2824 2825 2826 2827 2828 2829 2830 |
# File 'lib/aws-sdk-ec2/types.rb', line 2824 class AssociateVpcCidrBlockResult < Struct.new( :ipv_6_cidr_block_association, :cidr_block_association, :vpc_id) SENSITIVE = [] include Aws::Structure end |