Class: Aws::EC2::Types::GetIpamPoolCidrsResult

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

#ipam_pool_cidrsArray<Types::IpamPoolCidr>

Information about the CIDRs provisioned to an IPAM pool.

Returns:



34994
34995
34996
34997
34998
34999
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34994

class GetIpamPoolCidrsResult < Struct.new(
  :ipam_pool_cidrs,
  :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)


34994
34995
34996
34997
34998
34999
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34994

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