Class: Aws::EC2::Types::DisassociateVpcCidrBlockResult

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.



29729
29730
29731
29732
29733
29734
29735
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29729

class DisassociateVpcCidrBlockResult < 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.



29729
29730
29731
29732
29733
29734
29735
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29729

class DisassociateVpcCidrBlockResult < 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)


29729
29730
29731
29732
29733
29734
29735
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29729

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