Class: Aws::EntityResolution::Types::PutPolicyInput

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 Amazon Resource Name (ARN) of the resource for which the policy needs to be updated.

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2382

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

#policyString

The resource-based policy.

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2382

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

#tokenString

A unique identifier for the current revision of the policy.

Returns:

  • (String)


2382
2383
2384
2385
2386
2387
2388
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2382

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