Class: Aws::EC2::Types::GetIpamPolicyAllocationRulesResult

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_policy_documentsArray<Types::IpamPolicyDocument>

The IPAM policy documents containing the allocation rules.

Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.

Returns:



44678
44679
44680
44681
44682
44683
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44678

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

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


44678
44679
44680
44681
44682
44683
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44678

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