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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The arn of a FUOTA task.

Returns:

  • (String)


741
742
743
744
745
746
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 741

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

#idString

The ID of a FUOTA task.

Returns:

  • (String)


741
742
743
744
745
746
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 741

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