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

#arnString

The arn of a FUOTA task.

Returns:

  • (String)


1763
1764
1765
1766
1767
1768
1769
# File 'lib/aws-sdk-iotwireless/types.rb', line 1763

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

#idString

The ID of a FUOTA task.

Returns:

  • (String)


1763
1764
1765
1766
1767
1768
1769
# File 'lib/aws-sdk-iotwireless/types.rb', line 1763

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

#nameString

The name of a FUOTA task.

Returns:

  • (String)


1763
1764
1765
1766
1767
1768
1769
# File 'lib/aws-sdk-iotwireless/types.rb', line 1763

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