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:



43960
43961
43962
43963
43964
43965
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43960

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)


43960
43961
43962
43963
43964
43965
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43960

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