Class: Aws::EntityResolution::Types::PutPolicyOutput

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 Entity Resolution resource ARN.

Returns:

  • (String)


2404
2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2404

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

#policyString

The resource-based policy.

Returns:

  • (String)


2404
2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2404

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

#tokenString

A unique identifier for the current revision of the policy.

Returns:

  • (String)


2404
2405
2406
2407
2408
2409
2410
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2404

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