Struct aws_sdk_iot::input::AddThingToBillingGroupInput [−][src]
#[non_exhaustive]pub struct AddThingToBillingGroupInput {
pub billing_group_name: Option<String>,
pub billing_group_arn: Option<String>,
pub thing_name: Option<String>,
pub thing_arn: Option<String>,
}
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.billing_group_name: Option<String>
The name of the billing group.
This call is asynchronous. It might take several seconds for the detachment to propagate.
billing_group_arn: Option<String>
The ARN of the billing group.
thing_name: Option<String>
The name of the thing to be added to the billing group.
thing_arn: Option<String>
The ARN of the thing to be added to the billing group.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddThingToBillingGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddThingToBillingGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AddThingToBillingGroup
>
Creates a new builder-style object to manufacture AddThingToBillingGroupInput
The name of the billing group.
This call is asynchronous. It might take several seconds for the detachment to propagate.
The ARN of the billing group.
The name of the thing to be added to the billing 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 AddThingToBillingGroupInput
impl Send for AddThingToBillingGroupInput
impl Sync for AddThingToBillingGroupInput
impl Unpin for AddThingToBillingGroupInput
impl UnwindSafe for AddThingToBillingGroupInput
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