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:



34058
34059
34060
34061
34062
34063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34058

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)


34058
34059
34060
34061
34062
34063
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34058

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