Class: Aws::EC2::Types::GetAssociatedIpv6PoolCidrsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_cidr_associationsArray<Types::Ipv6CidrAssociation>

Information about the IPv6 CIDR block associations.

Returns:



33872
33873
33874
33875
33876
33877
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33872

class GetAssociatedIpv6PoolCidrsResult < Struct.new(
  :ipv_6_cidr_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


33872
33873
33874
33875
33876
33877
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33872

class GetAssociatedIpv6PoolCidrsResult < Struct.new(
  :ipv_6_cidr_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end