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

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


68037
68038
68039
68040
68041
68042
68043
68044
68045
# File 'lib/aws-sdk-ec2/types.rb', line 68037

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

#ip_sourceString

The source that allocated the IP address space. ‘byoip` or `amazon` indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). `none` indicates private space.

Returns:

  • (String)


68037
68038
68039
68040
68041
68042
68043
68044
68045
# File 'lib/aws-sdk-ec2/types.rb', line 68037

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

#ipv_6_address_attributeString

Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.

Returns:

  • (String)


68037
68038
68039
68040
68041
68042
68043
68044
68045
# File 'lib/aws-sdk-ec2/types.rb', line 68037

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

#ipv_6_cidr_blockString

The IPv6 CIDR block.

Returns:

  • (String)


68037
68038
68039
68040
68041
68042
68043
68044
68045
# File 'lib/aws-sdk-ec2/types.rb', line 68037

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

#ipv_6_cidr_block_stateTypes::SubnetCidrBlockState

The state of the CIDR block.



68037
68038
68039
68040
68041
68042
68043
68044
68045
# File 'lib/aws-sdk-ec2/types.rb', line 68037

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