Class: Aws::Types::TimestreamResources
- Inherits:
-
Object
- Object
- Aws::Types::TimestreamResources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#timestream_database_name ⇒ ::String
Returns the value of attribute timestream_database_name.
-
#timestream_table_name ⇒ ::String
Returns the value of attribute timestream_table_name.
Instance Attribute Details
#timestream_database_name ⇒ ::String
Returns the value of attribute timestream_database_name.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def timestream_database_name @timestream_database_name end |
#timestream_table_name ⇒ ::String
Returns the value of attribute timestream_table_name.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def timestream_table_name @timestream_table_name end |