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 Amazon Web Services Organizations targets for an IPAM policy.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
44014 44015 44016 44017 44018 44019 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44014 class GetIpamPolicyOrganizationTargetsResult < Struct.new( :organization_targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_targets ⇒ Array<Types::IpamPolicyOrganizationTarget>
The Amazon Web Services Organizations targets for an IPAM policy.
44014 44015 44016 44017 44018 44019 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44014 class GetIpamPolicyOrganizationTargetsResult < Struct.new( :organization_targets, :next_token) SENSITIVE = [] include Aws::Structure end |