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.
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_token ⇒ String
The token to use to retrieve the next page of results.
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 |