Class: Aws::EC2::Types::GetIpamPoolAllocationsResult

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_allocationsArray<Types::IpamPoolAllocation>

The IPAM pool allocations you want information on.

Returns:



42339
42340
42341
42342
42343
42344
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42339

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


42339
42340
42341
42342
42343
42344
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42339

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