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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_idString

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

Returns:

  • (String)


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