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

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

Overview

A FUOTA task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The arn of a FUOTA task.

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
1817
# File 'lib/aws-sdk-iotwireless/types.rb', line 1811

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

#id ⇒ String

The ID of a FUOTA task.

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
1817
# File 'lib/aws-sdk-iotwireless/types.rb', line 1811

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

#name ⇒ String

The name of a FUOTA task.

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
1817
# File 'lib/aws-sdk-iotwireless/types.rb', line 1811

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