Class: Aws::EC2::Types::Ipv6CidrAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Ipv6CidrAssociation
- Defined in:
- gems/aws-sdk-ec2/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.
45830 45831 45832 45833 45834 45835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45830 class Ipv6CidrAssociation < Struct.new( :ipv_6_cidr, :associated_resource) SENSITIVE = [] include Aws::Structure end |
#ipv_6_cidr ⇒ String
The IPv6 CIDR block.
45830 45831 45832 45833 45834 45835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45830 class Ipv6CidrAssociation < Struct.new( :ipv_6_cidr, :associated_resource) SENSITIVE = [] include Aws::Structure end |