Class: Aws::IoTWireless::Types::ListMulticastGroupsByFuotaTaskResponse

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

#multicast_group_listArray<Types::MulticastGroupByFuotaTask>

List of multicast groups associated with a FUOTA task.



3445
3446
3447
3448
3449
3450
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3445

class ListMulticastGroupsByFuotaTaskResponse < Struct.new(
  :next_token,
  :multicast_group_list)
  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)


3445
3446
3447
3448
3449
3450
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3445

class ListMulticastGroupsByFuotaTaskResponse < Struct.new(
  :next_token,
  :multicast_group_list)
  SENSITIVE = []
  include Aws::Structure
end