Class: Aws::EntityResolution::Types::PutPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::PutPolicyOutput
- 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.
2566 2567 2568 2569 2570 2571 2572 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2566 class PutPolicyOutput < Struct.new( :arn, :policy, :token) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The resource-based policy.
2566 2567 2568 2569 2570 2571 2572 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2566 class PutPolicyOutput < Struct.new( :arn, :policy, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
A unique identifier for the current revision of the policy.
2566 2567 2568 2569 2570 2571 2572 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2566 class PutPolicyOutput < Struct.new( :arn, :policy, :token) SENSITIVE = [] include Aws::Structure end |