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)


3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3760

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)


3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3760

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)


3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3760

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)


3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3760

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)


3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3760

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)


3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3760

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