Class: Aws::EntityResolution::Types::GetPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetPolicyInput
- Includes:
- Structure
- Defined in:
- 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.
1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1169 class GetPolicyInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |