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.
4430 4431 4432 4433 4434 4435 |
# File 'lib/aws-sdk-organizations/types.rb', line 4430 class ResourcePolicySummary < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier (ID) of the resource policy.
4430 4431 4432 4433 4434 4435 |
# File 'lib/aws-sdk-organizations/types.rb', line 4430 class ResourcePolicySummary < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |