Class: Aws::EC2::Types::AssociateVpcCidrBlockResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_block_associationTypes::VpcCidrBlockAssociation

Information about the IPv4 CIDR block association.



2659
2660
2661
2662
2663
2664
2665
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2659

class AssociateVpcCidrBlockResult < Struct.new(
  :ipv_6_cidr_block_association,
  :cidr_block_association,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_cidr_block_associationTypes::VpcIpv6CidrBlockAssociation

Information about the IPv6 CIDR block association.



2659
2660
2661
2662
2663
2664
2665
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2659

class AssociateVpcCidrBlockResult < Struct.new(
  :ipv_6_cidr_block_association,
  :cidr_block_association,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


2659
2660
2661
2662
2663
2664
2665
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2659

class AssociateVpcCidrBlockResult < Struct.new(
  :ipv_6_cidr_block_association,
  :cidr_block_association,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end