Struct aws_sdk_iotwireless::input::UpdateMulticastGroupInput
source ·
[−]#[non_exhaustive]pub struct UpdateMulticastGroupInput {
pub id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub lo_ra_wan: Option<LoRaWanMulticast>,
}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.
name: Option<String>The name of the multicast group.
description: Option<String>The description of the new resource.
lo_ra_wan: Option<LoRaWanMulticast>The LoRaWAN information that is to be used with the multicast group.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMulticastGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMulticastGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateMulticastGroup>
Creates a new builder-style object to manufacture UpdateMulticastGroupInput
The description of the new resource.
The LoRaWAN information that is to be used with the multicast group.
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
impl RefUnwindSafe for UpdateMulticastGroupInput
impl Send for UpdateMulticastGroupInput
impl Sync for UpdateMulticastGroupInput
impl Unpin for UpdateMulticastGroupInput
impl UnwindSafe for UpdateMulticastGroupInput
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
