Class: Aws::IoTFleetWise::Types::TimestreamResources
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::TimestreamResources
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#timestream_database_name ⇒ String
The name of the registered Amazon Timestream database.
-
#timestream_table_name ⇒ String
The name of the registered Amazon Timestream database table.
Instance Attribute Details
#timestream_database_name ⇒ String
The name of the registered Amazon Timestream database.
4666 4667 4668 4669 4670 4671 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4666 class TimestreamResources < Struct.new( :timestream_database_name, :timestream_table_name) SENSITIVE = [] include Aws::Structure end |
#timestream_table_name ⇒ String
The name of the registered Amazon Timestream database table.
4666 4667 4668 4669 4670 4671 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4666 class TimestreamResources < Struct.new( :timestream_database_name, :timestream_table_name) SENSITIVE = [] include Aws::Structure end |