Class: Aws::Types::TableWithColumnsResource
- Inherits:
-
Object
- Object
- Aws::Types::TableWithColumnsResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#column_names ⇒ ::Array[::String]
Returns the value of attribute column_names.
-
#column_wildcard ⇒ Types::ColumnWildcard
Returns the value of attribute column_wildcard.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def catalog_id @catalog_id end |
#column_names ⇒ ::Array[::String]
Returns the value of attribute column_names.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def column_names @column_names end |
#column_wildcard ⇒ Types::ColumnWildcard
Returns the value of attribute column_wildcard.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def column_wildcard @column_wildcard end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def database_name @database_name end |
#name ⇒ ::String
Returns the value of attribute name.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def name @name end |