Class: Aws::IoTWireless::Types::UpdateMulticastGroupRequest

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

#descriptionString

The description of the new resource.

Returns:

  • (String)


6455
6456
6457
6458
6459
6460
6461
6462
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6455

class UpdateMulticastGroupRequest < Struct.new(
  :id,
  :name,
  :description,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the multicast group.

Returns:

  • (String)


6455
6456
6457
6458
6459
6460
6461
6462
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6455

class UpdateMulticastGroupRequest < Struct.new(
  :id,
  :name,
  :description,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANMulticast

The LoRaWAN information that is to be used with the multicast group.



6455
6456
6457
6458
6459
6460
6461
6462
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6455

class UpdateMulticastGroupRequest < Struct.new(
  :id,
  :name,
  :description,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the multicast group.

Returns:

  • (String)


6455
6456
6457
6458
6459
6460
6461
6462
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6455

class UpdateMulticastGroupRequest < Struct.new(
  :id,
  :name,
  :description,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end