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)


2874
2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2874

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

#policyString

The resource-based policy.

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2874

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

#tokenString

A unique identifier for the current revision of the policy.

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2874

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