Class: Aws::IoTWireless::Types::StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the multicast group.
-
#query_string ⇒ String
Query string used to search for wireless devices as part of the bulk associate and disassociate process.
-
#tags ⇒ Array<Types::Tag>
The tag to attach to the specified resource.
Instance Attribute Details
#id ⇒ String
The ID of the multicast group.
5791 5792 5793 5794 5795 5796 5797 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5791 class StartBulkAssociateWirelessDeviceWithMulticastGroupRequest < Struct.new( :id, :query_string, :tags) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
Query string used to search for wireless devices as part of the bulk associate and disassociate process.
5791 5792 5793 5794 5795 5796 5797 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5791 class StartBulkAssociateWirelessDeviceWithMulticastGroupRequest < Struct.new( :id, :query_string, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
5791 5792 5793 5794 5795 5796 5797 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5791 class StartBulkAssociateWirelessDeviceWithMulticastGroupRequest < Struct.new( :id, :query_string, :tags) SENSITIVE = [] include Aws::Structure end |