Class: Aws::Types::ColumnGroupSchema
- Inherits:
-
Object
- Object
- Aws::Types::ColumnGroupSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_group_column_schema_list ⇒ ::Array[Types::ColumnGroupColumnSchema]
Returns the value of attribute column_group_column_schema_list.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#column_group_column_schema_list ⇒ ::Array[Types::ColumnGroupColumnSchema]
Returns the value of attribute column_group_column_schema_list.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def column_group_column_schema_list @column_group_column_schema_list end |
#name ⇒ ::String
Returns the value of attribute name.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def name @name end |