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:



43849
43850
43851
43852
43853
43854
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43849

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)


43849
43850
43851
43852
43853
43854
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43849

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