Class: Aws::Organizations::Types::ResourcePolicySummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

A structure that contains resource policy ID and Amazon Resource Name (ARN).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource policy.

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
# File 'lib/aws-sdk-organizations/types.rb', line 4374

class ResourcePolicySummary < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier (ID) of the resource policy.

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
# File 'lib/aws-sdk-organizations/types.rb', line 4374

class ResourcePolicySummary < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end