Struct aws_sdk_iotwireless::input::StartBulkAssociateWirelessDeviceWithMulticastGroupInput
source ·
[−]#[non_exhaustive]pub struct StartBulkAssociateWirelessDeviceWithMulticastGroupInput {
pub id: Option<String>,
pub query_string: Option<String>,
pub tags: Option<Vec<Tag>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.id: Option<String>The ID of the multicast group.
query_string: Option<String>Query string used to search for wireless devices as part of the bulk associate and disassociate process.
The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartBulkAssociateWirelessDeviceWithMulticastGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartBulkAssociateWirelessDeviceWithMulticastGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<StartBulkAssociateWirelessDeviceWithMulticastGroup>
Creates a new builder-style object to manufacture StartBulkAssociateWirelessDeviceWithMulticastGroupInput
Query string used to search for wireless devices as part of the bulk associate and disassociate process.
The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
