Class: Aws::Types::ColumnIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ColumnIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
-
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def column_name @column_name end |
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def data_set_identifier @data_set_identifier end |
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def topic_identifier @topic_identifier end |