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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6574
6575
6576
6577
6578
6579
6580
6581
# File 'lib/aws-sdk-iotwireless/types.rb', line 6574

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

#idString

The ID of the multicast group.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
# File 'lib/aws-sdk-iotwireless/types.rb', line 6574

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.



6574
6575
6576
6577
6578
6579
6580
6581
# File 'lib/aws-sdk-iotwireless/types.rb', line 6574

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

#nameString

The name of the multicast group.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
# File 'lib/aws-sdk-iotwireless/types.rb', line 6574

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