Class: Aws::MigrationHubRefactorSpaces::Types::GetResourcePolicyRequest

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

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

Returns:

  • (String)


1384
1385
1386
1387
1388
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1384

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