Class: Aws::EntityResolution::Types::AddPolicyStatementOutput

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 that will be accessed by the principal.

Returns:

  • (String)


86
87
88
89
90
91
92
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 86

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

#policyString

The resource-based policy.

Returns:

  • (String)


86
87
88
89
90
91
92
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 86

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

#tokenString

A unique identifier for the current revision of the policy.

Returns:

  • (String)


86
87
88
89
90
91
92
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 86

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