Class: Aws::CleanRooms::Types::QueryConstraintRequireOverlap
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::QueryConstraintRequireOverlap
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Provides the name of the columns that are required to overlap.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#columns ⇒ Array<String>
The columns that are required to overlap.
Instance Attribute Details
#columns ⇒ Array<String>
The columns that are required to overlap.
6806 6807 6808 6809 6810 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6806 class QueryConstraintRequireOverlap < Struct.new( :columns) SENSITIVE = [] include Aws::Structure end |