Class: Aws::IoTFleetWise::Types::TimestreamResources

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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

Instance Attribute Details

#timestream_database_nameString

The name of the registered Amazon Timestream database.

Returns:

  • (String)


3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3782

class TimestreamResources < Struct.new(
  :timestream_database_name,
  :timestream_table_name)
  SENSITIVE = []
  include Aws::Structure
end

#timestream_table_nameString

The name of the registered Amazon Timestream database table.

Returns:

  • (String)


3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3782

class TimestreamResources < Struct.new(
  :timestream_database_name,
  :timestream_table_name)
  SENSITIVE = []
  include Aws::Structure
end