Class: Aws::IoTWireless::Types::CreateFuotaTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateFuotaTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The arn of a FUOTA task.
-
#id ⇒ String
The ID of a FUOTA task.
Instance Attribute Details
#arn ⇒ String
The arn of a FUOTA task.
741 742 743 744 745 746 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 741 class CreateFuotaTaskResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of a FUOTA task.
741 742 743 744 745 746 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 741 class CreateFuotaTaskResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |