Class: Aws::IoTManagedIntegrations::Types::OtaTaskConfigurationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb

Overview

Structure representing one over-the-air (OTA) task configuration.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp value of when the over-the-air (OTA) task configuration was created at.

Returns:

  • (Time)


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

class OtaTaskConfigurationSummary < Struct.new(
  :task_configuration_id,
  :name,
  :created_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the over-the-air (OTA) task configuration.

Returns:

  • (String)


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

class OtaTaskConfigurationSummary < Struct.new(
  :task_configuration_id,
  :name,
  :created_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#task_configuration_idString

The id of the over-the-air (OTA) task configuration

Returns:

  • (String)


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

class OtaTaskConfigurationSummary < Struct.new(
  :task_configuration_id,
  :name,
  :created_at)
  SENSITIVE = [:name]
  include Aws::Structure
end