Class: Aws::EC2::Types::SubnetIpv6CidrBlockAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SubnetIpv6CidrBlockAssociation
- 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
-
#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.
62605 62606 62607 62608 62609 62610 62611 |
# File 'lib/aws-sdk-ec2/types.rb', line 62605 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.
62605 62606 62607 62608 62609 62610 62611 |
# File 'lib/aws-sdk-ec2/types.rb', line 62605 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.
62605 62606 62607 62608 62609 62610 62611 |
# File 'lib/aws-sdk-ec2/types.rb', line 62605 class SubnetIpv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :ipv_6_cidr_block_state) SENSITIVE = [] include Aws::Structure end |