Class: Aws::EC2::Types::DisassociateSubnetCidrBlockResult

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

#ipv_6_cidr_block_associationTypes::SubnetIpv6CidrBlockAssociation

Information about the IPv6 CIDR block association.



29551
29552
29553
29554
29555
29556
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29551

class DisassociateSubnetCidrBlockResult < Struct.new(
  :ipv_6_cidr_block_association,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


29551
29552
29553
29554
29555
29556
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29551

class DisassociateSubnetCidrBlockResult < Struct.new(
  :ipv_6_cidr_block_association,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end