Class: Aws::EntityResolution::Types::GetPolicyInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource for which the policy need to be returned.

Returns:

  • (String)


1169
1170
1171
1172
1173
# File 'lib/aws-sdk-entityresolution/types.rb', line 1169

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