Class: Aws::EC2::Types::GetAssociatedIpv6PoolCidrsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetAssociatedIpv6PoolCidrsResult
- Includes:
- Structure
- Defined in:
- 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.
36599 36600 36601 36602 36603 36604 |
# File 'lib/aws-sdk-ec2/types.rb', line 36599 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.
36599 36600 36601 36602 36603 36604 |
# File 'lib/aws-sdk-ec2/types.rb', line 36599 class GetAssociatedIpv6PoolCidrsResult < Struct.new( :ipv_6_cidr_associations, :next_token) SENSITIVE = [] include Aws::Structure end |