Class: Aws::EC2::Types::GetAssociatedIpv6PoolCidrsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetAssociatedIpv6PoolCidrsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_6_cidr_associations ⇒ Array<Types::Ipv6CidrAssociation>
Information about the IPv6 CIDR block associations.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#ipv_6_cidr_associations ⇒ Array<Types::Ipv6CidrAssociation>
Information about the IPv6 CIDR block associations.
35884 35885 35886 35887 35888 35889 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35884 class GetAssociatedIpv6PoolCidrsResult < Struct.new( :ipv_6_cidr_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
35884 35885 35886 35887 35888 35889 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35884 class GetAssociatedIpv6PoolCidrsResult < Struct.new( :ipv_6_cidr_associations, :next_token) SENSITIVE = [] include Aws::Structure end |