Class: Aws::IoTWireless::Types::MulticastGroupByFuotaTask

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

A multicast group that is associated with a FUOTA task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the multicast group.

Returns:

  • (String)


4926
4927
4928
4929
4930
# File 'lib/aws-sdk-iotwireless/types.rb', line 4926

class MulticastGroupByFuotaTask < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end