Class: Aws::MigrationHubRefactorSpaces::Types::GetResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::GetResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
A JSON-formatted string for an Amazon Web Services resource-based policy.
Instance Attribute Details
#policy ⇒ String
A JSON-formatted string for an Amazon Web Services resource-based policy.
1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1397 class GetResourcePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |