Class: Aws::CleanRooms::Types::IdMappingTableInputReferenceConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Provides the input reference configuration for the ID mapping table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_reference_arnString

The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.

Returns:

  • (String)


4168
4169
4170
4171
4172
4173
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4168

class IdMappingTableInputReferenceConfig < Struct.new(
  :input_reference_arn,
  :manage_resource_policies)
  SENSITIVE = []
  include Aws::Structure
end

#manage_resource_policiesBoolean

When TRUE, Clean Rooms manages permissions for the ID mapping table resource.

When FALSE, the resource owner manages permissions for the ID mapping table resource.

Returns:

  • (Boolean)


4168
4169
4170
4171
4172
4173
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4168

class IdMappingTableInputReferenceConfig < Struct.new(
  :input_reference_arn,
  :manage_resource_policies)
  SENSITIVE = []
  include Aws::Structure
end