Class: Aws::EC2::Types::IpamPolicyOrganizationTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The Amazon Web Services Organizations target for an IPAM policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organization_target_idString

The ID of a Amazon Web Services Organizations target for an IPAM policy.

Returns:

  • (String)


53521
53522
53523
53524
53525
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53521

class IpamPolicyOrganizationTarget < Struct.new(
  :organization_target_id)
  SENSITIVE = []
  include Aws::Structure
end