Class: Aws::IoTWireless::Types::ListMulticastGroupsByFuotaTaskRequest

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

#idString

The ID of a FUOTA task.

Returns:

  • (String)


3427
3428
3429
3430
3431
3432
3433
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3427

class ListMulticastGroupsByFuotaTaskRequest < Struct.new(
  :id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this operation.

Returns:

  • (Integer)


3427
3428
3429
3430
3431
3432
3433
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3427

class ListMulticastGroupsByFuotaTaskRequest < Struct.new(
  :id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


3427
3428
3429
3430
3431
3432
3433
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3427

class ListMulticastGroupsByFuotaTaskRequest < Struct.new(
  :id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end