Class: Aws::CleanRooms::Types::IdMappingConfig

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

Overview

The configuration settings for the ID mapping table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_use_as_dimension_columnBoolean

An indicator as to whether you can use your column as a dimension column in the ID mapping table (TRUE) or not (FALSE).

Default is FALSE.

Returns:

  • (Boolean)


4067
4068
4069
4070
4071
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4067

class IdMappingConfig < Struct.new(
  :allow_use_as_dimension_column)
  SENSITIVE = []
  include Aws::Structure
end