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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5264
5265
5266
5267
5268
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5264

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