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:



35026
35027
35028
35029
35030
35031
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35026

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)


35026
35027
35028
35029
35030
35031
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35026

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