Class: Aws::EC2::Types::AssociateSubnetCidrBlockResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 association.



3283
3284
3285
3286
3287
3288
# File 'lib/aws-sdk-ec2/types.rb', line 3283

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

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


3283
3284
3285
3286
3287
3288
# File 'lib/aws-sdk-ec2/types.rb', line 3283

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