Class: Aws::EntityResolution::Types::DeletePolicyStatementOutput

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)


653
654
655
656
657
658
659
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 653

class DeletePolicyStatementOutput < Struct.new(
  :arn,
  :policy,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#policyString

The resource-based policy.

Returns:

  • (String)


653
654
655
656
657
658
659
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 653

class DeletePolicyStatementOutput < Struct.new(
  :arn,
  :policy,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

A unique identifier for the deleted policy.

Returns:

  • (String)


653
654
655
656
657
658
659
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 653

class DeletePolicyStatementOutput < Struct.new(
  :arn,
  :policy,
  :token)
  SENSITIVE = []
  include Aws::Structure
end