Class: Aws::EC2::Types::GetIpamPolicyAllocationRulesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetIpamPolicyAllocationRulesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_policy_documents ⇒ Array<Types::IpamPolicyDocument>
The IPAM policy documents containing the allocation rules.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#ipam_policy_documents ⇒ Array<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.
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_token ⇒ String
The token to use to retrieve the next page of results.
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 |