Class: Aws::MigrationHubRefactorSpaces::Types::DeleteResourcePolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

Amazon Resource Name (ARN) of the resource associated with the policy.

Returns:

  • (String)


901
902
903
904
905
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 901

class DeleteResourcePolicyRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end