Class: Aws::Types::TimestreamConfig
- Inherits:
-
Object
- Object
- Aws::Types::TimestreamConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#timestream_table_arn ⇒ ::String
Returns the value of attribute timestream_table_arn.
Instance Attribute Details
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def execution_role_arn @execution_role_arn end |
#timestream_table_arn ⇒ ::String
Returns the value of attribute timestream_table_arn.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def timestream_table_arn @timestream_table_arn end |