Class: Aws::EC2::Types::SubnetIpv6CidrBlockAssociation

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

Overview

Describes an association between a subnet and an IPv6 CIDR block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the association.

Returns:

  • (String)


63363
63364
63365
63366
63367
63368
63369
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63363

class SubnetIpv6CidrBlockAssociation < Struct.new(
  :association_id,
  :ipv_6_cidr_block,
  :ipv_6_cidr_block_state)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_cidr_blockString

The IPv6 CIDR block.

Returns:

  • (String)


63363
63364
63365
63366
63367
63368
63369
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63363

class SubnetIpv6CidrBlockAssociation < Struct.new(
  :association_id,
  :ipv_6_cidr_block,
  :ipv_6_cidr_block_state)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_cidr_block_stateTypes::SubnetCidrBlockState

The state of the CIDR block.



63363
63364
63365
63366
63367
63368
63369
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63363

class SubnetIpv6CidrBlockAssociation < Struct.new(
  :association_id,
  :ipv_6_cidr_block,
  :ipv_6_cidr_block_state)
  SENSITIVE = []
  include Aws::Structure
end