Class: Aws::IoTWireless::Types::StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass StartBulkAssociateWirelessDeviceWithMulticastGroupRequest data as a hash:
{
id: "MulticastGroupId", # required
query_string: "QueryString",
tags: [
{
key: "TagKey", # required
value: "TagValue", # required
},
],
}
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.
5067 5068 5069 5070 5071 5072 5073 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5067 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.
5067 5068 5069 5070 5071 5072 5073 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5067 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.
5067 5068 5069 5070 5071 5072 5073 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5067 class StartBulkAssociateWirelessDeviceWithMulticastGroupRequest < Struct.new( :id, :query_string, :tags) SENSITIVE = [] include Aws::Structure end |