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

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)


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

#policyString

The resource-based policy.

Returns:

  • (String)


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

#tokenString

A unique identifier for the deleted policy.

Returns:

  • (String)


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