Class: Aws::IoTFleetWise::Types::TimestreamRegistrationResponse

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

Instance Attribute Details

#error_messageString

A message associated with a registration error.

Returns:

  • (String)


3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3774

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_statusString

The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.

Returns:

  • (String)


3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3774

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_arnString

The Amazon Resource Name (ARN) of the Timestream database.

Returns:

  • (String)


3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3774

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_nameString

The name of the Timestream database.

Returns:

  • (String)


3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3774

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_arnString

The ARN of the Timestream database table.

Returns:

  • (String)


3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3774

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_nameString

The name of the Timestream database table.

Returns:

  • (String)


3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3774

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