Class: Aws::EntityResolution::Types::GetPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetPolicyOutput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Entity Resolution resource ARN.
-
#policy ⇒ String
The resource-based policy.
-
#token ⇒ String
A unique identifier for the current revision of the policy.
Instance Attribute Details
#arn ⇒ String
The Entity Resolution resource ARN.
1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1274 class GetPolicyOutput < Struct.new( :arn, :token, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The resource-based policy.
1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1274 class GetPolicyOutput < Struct.new( :arn, :token, :policy) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
A unique identifier for the current revision of the policy.
1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1274 class GetPolicyOutput < Struct.new( :arn, :token, :policy) SENSITIVE = [] include Aws::Structure end |