Class: Aws::EC2::Types::GetIpamPolicyOrganizationTargetsResult

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

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


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_targetsArray<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