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)


1166
1167
1168
1169
1170
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1166

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