Class: Aws::EntityResolution::Types::DeletePolicyStatementInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::DeletePolicyStatementInput
- 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.
-
#statement_id ⇒ String
A statement identifier that differentiates the statement from others in the same policy.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource for which the policy need to be deleted.
635 636 637 638 639 640 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 635 class DeletePolicyStatementInput < Struct.new( :arn, :statement_id) SENSITIVE = [] include Aws::Structure end |
#statement_id ⇒ String
A statement identifier that differentiates the statement from others in the same policy.
635 636 637 638 639 640 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 635 class DeletePolicyStatementInput < Struct.new( :arn, :statement_id) SENSITIVE = [] include Aws::Structure end |