Class: Aws::EntityResolution::Types::DeletePolicyStatementInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the resource for which the policy need to be deleted.

Returns:

  • (String)


632
633
634
635
636
637
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 632

class DeletePolicyStatementInput < Struct.new(
  :arn,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#statement_idString

A statement identifier that differentiates the statement from others in the same policy.

Returns:

  • (String)


632
633
634
635
636
637
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 632

class DeletePolicyStatementInput < Struct.new(
  :arn,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end