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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



35019
35020
35021
35022
35023
35024
# File 'lib/aws-sdk-ec2/types.rb', line 35019

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)


35019
35020
35021
35022
35023
35024
# File 'lib/aws-sdk-ec2/types.rb', line 35019

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