Class: Aws::EC2::Types::Ipv6CidrAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Ipv6CidrAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an IPv6 CIDR block association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_resource ⇒ String
The resource that’s associated with the IPv6 CIDR block.
-
#ipv_6_cidr ⇒ String
The IPv6 CIDR block.
Instance Attribute Details
#associated_resource ⇒ String
The resource that’s associated with the IPv6 CIDR block.
46846 46847 46848 46849 46850 46851 |
# File 'lib/aws-sdk-ec2/types.rb', line 46846 class Ipv6CidrAssociation < Struct.new( :ipv_6_cidr, :associated_resource) SENSITIVE = [] include Aws::Structure end |
#ipv_6_cidr ⇒ String
The IPv6 CIDR block.
46846 46847 46848 46849 46850 46851 |
# File 'lib/aws-sdk-ec2/types.rb', line 46846 class Ipv6CidrAssociation < Struct.new( :ipv_6_cidr, :associated_resource) SENSITIVE = [] include Aws::Structure end |