Class: Aws::IoTWireless::Types::UpdateMulticastGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateMulticastGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the new resource.
-
#id ⇒ String
The ID of the multicast group.
-
#lo_ra_wan ⇒ Types::LoRaWANMulticast
The LoRaWAN information that is to be used with the multicast group.
-
#name ⇒ String
The name of the multicast group.
Instance Attribute Details
#description ⇒ String
The description of the new resource.
6455 6456 6457 6458 6459 6460 6461 6462 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6455 class UpdateMulticastGroupRequest < Struct.new( :id, :name, :description, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the multicast group.
6455 6456 6457 6458 6459 6460 6461 6462 |
# File '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_wan ⇒ Types::LoRaWANMulticast
The LoRaWAN information that is to be used with the multicast group.
6455 6456 6457 6458 6459 6460 6461 6462 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6455 class UpdateMulticastGroupRequest < Struct.new( :id, :name, :description, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the multicast group.
6455 6456 6457 6458 6459 6460 6461 6462 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6455 class UpdateMulticastGroupRequest < Struct.new( :id, :name, :description, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |