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)


4135
4136
4137
4138
4139
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4135

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