Class: Aws::Types::TableResource
- Inherits:
-
Object
- Object
- Aws::Types::TableResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#table_wildcard ⇒ Types::TableWildcard
Returns the value of attribute table_wildcard.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def database_name @database_name end |
#name ⇒ ::String
Returns the value of attribute name.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def name @name end |
#table_wildcard ⇒ Types::TableWildcard
Returns the value of attribute table_wildcard.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def table_wildcard @table_wildcard end |