Class: Aws::EntityResolution::Types::DeletePolicyStatementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::DeletePolicyStatementOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the resource for which the policy need to be deleted.
-
#policy ⇒ String
The resource-based policy.
-
#token ⇒ String
A unique identifier for the deleted policy.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource for which the policy need to be deleted.
656 657 658 659 660 661 662 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 656 class DeletePolicyStatementOutput < Struct.new( :arn, :policy, :token) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The resource-based policy.
656 657 658 659 660 661 662 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 656 class DeletePolicyStatementOutput < Struct.new( :arn, :policy, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
A unique identifier for the deleted policy.
656 657 658 659 660 661 662 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 656 class DeletePolicyStatementOutput < Struct.new( :arn, :policy, :token) SENSITIVE = [] include Aws::Structure end |