Class: Aws::IoTFleetWise::Types::TimestreamRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::TimestreamRegistrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Information about the registered Amazon Timestream resources or errors, if any.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
A message associated with a registration error.
-
#registration_status ⇒ String
The status of registering your Amazon Timestream resources.
-
#timestream_database_arn ⇒ String
The Amazon Resource Name (ARN) of the Timestream database.
-
#timestream_database_name ⇒ String
The name of the Timestream database.
-
#timestream_table_arn ⇒ String
The ARN of the Timestream database table.
-
#timestream_table_name ⇒ String
The name of the Timestream database table.
Instance Attribute Details
#error_message ⇒ String
A message associated with a registration error.
4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4644 class TimestreamRegistrationResponse < Struct.new( :timestream_database_name, :timestream_table_name, :timestream_database_arn, :timestream_table_arn, :registration_status, :error_message) SENSITIVE = [] include Aws::Structure end |
#registration_status ⇒ String
The status of registering your Amazon Timestream resources. The status can be one of ‘REGISTRATION_SUCCESS`, `REGISTRATION_PENDING`, `REGISTRATION_FAILURE`.
4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4644 class TimestreamRegistrationResponse < Struct.new( :timestream_database_name, :timestream_table_name, :timestream_database_arn, :timestream_table_arn, :registration_status, :error_message) SENSITIVE = [] include Aws::Structure end |
#timestream_database_arn ⇒ String
The Amazon Resource Name (ARN) of the Timestream database.
4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4644 class TimestreamRegistrationResponse < Struct.new( :timestream_database_name, :timestream_table_name, :timestream_database_arn, :timestream_table_arn, :registration_status, :error_message) SENSITIVE = [] include Aws::Structure end |
#timestream_database_name ⇒ String
The name of the Timestream database.
4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4644 class TimestreamRegistrationResponse < Struct.new( :timestream_database_name, :timestream_table_name, :timestream_database_arn, :timestream_table_arn, :registration_status, :error_message) SENSITIVE = [] include Aws::Structure end |
#timestream_table_arn ⇒ String
The ARN of the Timestream database table.
4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4644 class TimestreamRegistrationResponse < Struct.new( :timestream_database_name, :timestream_table_name, :timestream_database_arn, :timestream_table_arn, :registration_status, :error_message) SENSITIVE = [] include Aws::Structure end |
#timestream_table_name ⇒ String
The name of the Timestream database table.
4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4644 class TimestreamRegistrationResponse < Struct.new( :timestream_database_name, :timestream_table_name, :timestream_database_arn, :timestream_table_arn, :registration_status, :error_message) SENSITIVE = [] include Aws::Structure end |