Class: Aws::EC2::Types::GetIpamPolicyOrganizationTargetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetIpamPolicyOrganizationTargetsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#organization_targets ⇒ Array<Types::IpamPolicyOrganizationTarget>
The IDs of the Amazon Web Services Organizations targets.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
44763 44764 44765 44766 44767 44768 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44763 class GetIpamPolicyOrganizationTargetsResult < Struct.new( :organization_targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_targets ⇒ Array<Types::IpamPolicyOrganizationTarget>
The IDs of the Amazon Web Services Organizations targets.
A target can be an individual Amazon Web Services account or an entity within an Amazon Web Services Organization to which an IPAM policy can be applied.
44763 44764 44765 44766 44767 44768 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44763 class GetIpamPolicyOrganizationTargetsResult < Struct.new( :organization_targets, :next_token) SENSITIVE = [] include Aws::Structure end |