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