Class: Aws::IoTWireless::Types::ListMulticastGroupsByFuotaTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListMulticastGroupsByFuotaTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of a FUOTA task.
-
#max_results ⇒ Integer
The maximum number of results to return in this operation.
-
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
Instance Attribute Details
#id ⇒ String
The ID of a FUOTA task.
3495 3496 3497 3498 3499 3500 3501 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3495 class ListMulticastGroupsByFuotaTaskRequest < Struct.new( :id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in this operation.
3495 3496 3497 3498 3499 3500 3501 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3495 class ListMulticastGroupsByFuotaTaskRequest < Struct.new( :id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
3495 3496 3497 3498 3499 3500 3501 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3495 class ListMulticastGroupsByFuotaTaskRequest < Struct.new( :id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |