Class: Aws::Types::SelectColumn
- Inherits:
-
Object
- Object
- Aws::Types::SelectColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aliased ⇒ Boolean
Returns the value of attribute aliased.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#type ⇒ Types::Type
Returns the value of attribute type.
Instance Attribute Details
#aliased ⇒ Boolean
Returns the value of attribute aliased.
419 420 421 |
# File 'sig/types.rbs', line 419 def aliased @aliased end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
417 418 419 |
# File 'sig/types.rbs', line 417 def database_name @database_name end |
#name ⇒ ::String
Returns the value of attribute name.
415 416 417 |
# File 'sig/types.rbs', line 415 def name @name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
418 419 420 |
# File 'sig/types.rbs', line 418 def table_name @table_name end |
#type ⇒ Types::Type
Returns the value of attribute type.
416 417 418 |
# File 'sig/types.rbs', line 416 def type @type end |