Class: Aws::Organizations::Types::ResourcePolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ResourcePolicySummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource policy.
-
#id ⇒ String
The unique identifier (ID) of the resource policy.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource policy.
4412 4413 4414 4415 4416 4417 |
# File 'lib/aws-sdk-organizations/types.rb', line 4412 class ResourcePolicySummary < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier (ID) of the resource policy.
4412 4413 4414 4415 4416 4417 |
# File 'lib/aws-sdk-organizations/types.rb', line 4412 class ResourcePolicySummary < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |