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.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def column_name @column_name end |
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def data_set_identifier @data_set_identifier end |
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def topic_identifier @topic_identifier end |