Class: Aws::EntityResolution::Types::AddPolicyStatementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::AddPolicyStatementOutput
- 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 that will be accessed by the principal.
-
#policy ⇒ String
The resource-based policy.
-
#token ⇒ String
A unique identifier for the current revision of the policy.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.
90 91 92 93 94 95 96 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 90 class AddPolicyStatementOutput < Struct.new( :arn, :policy, :token) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The resource-based policy.
90 91 92 93 94 95 96 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 90 class AddPolicyStatementOutput < Struct.new( :arn, :policy, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
A unique identifier for the current revision of the policy.
90 91 92 93 94 95 96 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 90 class AddPolicyStatementOutput < Struct.new( :arn, :policy, :token) SENSITIVE = [] include Aws::Structure end |