Class: Aws::Types::TopicConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TopicConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_group_schema_list ⇒ ::Array[Types::ColumnGroupSchema]
Returns the value of attribute column_group_schema_list.
-
#data_set_schema ⇒ Types::DataSetSchema
Returns the value of attribute data_set_schema.
-
#placeholder ⇒ ::String
Returns the value of attribute placeholder.
Instance Attribute Details
#column_group_schema_list ⇒ ::Array[Types::ColumnGroupSchema]
Returns the value of attribute column_group_schema_list.
11314 11315 11316 |
# File 'sig/types.rbs', line 11314 def column_group_schema_list @column_group_schema_list end |
#data_set_schema ⇒ Types::DataSetSchema
Returns the value of attribute data_set_schema.
11313 11314 11315 |
# File 'sig/types.rbs', line 11313 def data_set_schema @data_set_schema end |
#placeholder ⇒ ::String
Returns the value of attribute placeholder.
11312 11313 11314 |
# File 'sig/types.rbs', line 11312 def placeholder @placeholder end |