Class: Aws::IoTWireless::Types::ListMulticastGroupsResponse

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::MulticastGroup>

List of multicast groups.

Returns:



3337
3338
3339
3340
3341
3342
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3337

class ListMulticastGroupsResponse < 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)


3337
3338
3339
3340
3341
3342
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3337

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