Class: Aws::MigrationHubRefactorSpaces::Types::GetResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::GetResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The Amazon Resource Name (ARN) of the resource associated with the policy.
Instance Attribute Details
#identifier ⇒ String
The Amazon Resource Name (ARN) of the resource associated with the policy.
1384 1385 1386 1387 1388 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1384 class GetResourcePolicyRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |