Class: Aws::IoTWireless::Types::CreateFuotaTaskResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The arn of a FUOTA task.

Returns:

  • (String)


767
768
769
770
771
772
# File 'lib/aws-sdk-iotwireless/types.rb', line 767

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

#id ⇒ String

The ID of a FUOTA task.

Returns:

  • (String)


767
768
769
770
771
772
# File 'lib/aws-sdk-iotwireless/types.rb', line 767

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