Class: Aws::CleanRooms::Types::IdMappingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IdMappingConfig
- 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
-
#allow_use_as_dimension_column ⇒ Boolean
An indicator as to whether you can use your column as a dimension column in the ID mapping table (‘TRUE`) or not (`FALSE`).
Instance Attribute Details
#allow_use_as_dimension_column ⇒ Boolean
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`.
4163 4164 4165 4166 4167 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4163 class IdMappingConfig < Struct.new( :allow_use_as_dimension_column) SENSITIVE = [] include Aws::Structure end |