Class: Aws::EntityResolution::Types::GetPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetPolicyInput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which the policy need to be returned.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which the policy need to be returned.
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 |