Class: Aws::Types::TimestreamRegistrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::TimestreamRegistrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#registration_status ⇒ "REGISTRATION_PENDING", ...
Returns the value of attribute registration_status.
-
#timestream_database_arn ⇒ ::String
Returns the value of attribute timestream_database_arn.
-
#timestream_database_name ⇒ ::String
Returns the value of attribute timestream_database_name.
-
#timestream_table_arn ⇒ ::String
Returns the value of attribute timestream_table_arn.
-
#timestream_table_name ⇒ ::String
Returns the value of attribute timestream_table_name.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def @error_message end |
#registration_status ⇒ "REGISTRATION_PENDING", ...
Returns the value of attribute registration_status.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def registration_status @registration_status end |
#timestream_database_arn ⇒ ::String
Returns the value of attribute timestream_database_arn.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def timestream_database_arn @timestream_database_arn end |
#timestream_database_name ⇒ ::String
Returns the value of attribute timestream_database_name.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def timestream_database_name @timestream_database_name end |
#timestream_table_arn ⇒ ::String
Returns the value of attribute timestream_table_arn.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def timestream_table_arn @timestream_table_arn end |
#timestream_table_name ⇒ ::String
Returns the value of attribute timestream_table_name.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def timestream_table_name @timestream_table_name end |