Class: Aws::EC2::Types::SubnetIpv6CidrBlockAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SubnetIpv6CidrBlockAssociation
- 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
-
#association_id ⇒ String
The ID of the association.
-
#ipv_6_cidr_block ⇒ String
The IPv6 CIDR block.
-
#ipv_6_cidr_block_state ⇒ Types::SubnetCidrBlockState
The state of the CIDR block.
Instance Attribute Details
#association_id ⇒ String
The ID of the association.
60215 60216 60217 60218 60219 60220 60221 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60215 class SubnetIpv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :ipv_6_cidr_block_state) SENSITIVE = [] include Aws::Structure end |
#ipv_6_cidr_block ⇒ String
The IPv6 CIDR block.
60215 60216 60217 60218 60219 60220 60221 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60215 class SubnetIpv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :ipv_6_cidr_block_state) SENSITIVE = [] include Aws::Structure end |
#ipv_6_cidr_block_state ⇒ Types::SubnetCidrBlockState
The state of the CIDR block.
60215 60216 60217 60218 60219 60220 60221 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60215 class SubnetIpv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :ipv_6_cidr_block_state) SENSITIVE = [] include Aws::Structure end |