Class: Aws::IoTWireless::Types::FuotaTask

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

Overview

A FUOTA task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The arn of a FUOTA task.

Returns:

  • (String)


1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1779

class FuotaTask < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of a FUOTA task.

Returns:

  • (String)


1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1779

class FuotaTask < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a FUOTA task.

Returns:

  • (String)


1779
1780
1781
1782
1783
1784
1785
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1779

class FuotaTask < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end