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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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)


1250
1251
1252
1253
1254
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1250

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