Class: Aws::EntityResolution::Types::GetPolicyOutput

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

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
1195
# File 'lib/aws-sdk-entityresolution/types.rb', line 1189

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

#policyString

The resource-based policy.

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
1195
# File 'lib/aws-sdk-entityresolution/types.rb', line 1189

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

#tokenString

A unique identifier for the current revision of the policy.

Returns:

  • (String)


1189
1190
1191
1192
1193
1194
1195
# File 'lib/aws-sdk-entityresolution/types.rb', line 1189

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