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`.
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 |