Class: Aws::CleanRooms::Types::IntermediateTableColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableColumn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Contains the name and type of a column in an intermediate table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the column.
-
#type ⇒ String
The data type of the column.
Instance Attribute Details
#name ⇒ String
The name of the column.
6942 6943 6944 6945 6946 6947 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6942 class IntermediateTableColumn < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The data type of the column.
6942 6943 6944 6945 6946 6947 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6942 class IntermediateTableColumn < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |