Struct aws_sdk_iotwireless::input::UpdateDestinationInput
source ·
[−]#[non_exhaustive]pub struct UpdateDestinationInput {
pub name: Option<String>,
pub expression_type: Option<ExpressionType>,
pub expression: Option<String>,
pub description: Option<String>,
pub role_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.name: Option<String>The new name of the resource.
expression_type: Option<ExpressionType>The type of value in Expression.
expression: Option<String>The new rule name or topic rule to send messages to.
description: Option<String>A new description of the resource.
role_arn: Option<String>The ARN of the IAM Role that authorizes the destination.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDestination, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDestination, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateDestination>
Creates a new builder-style object to manufacture UpdateDestinationInput
The type of value in Expression.
The new rule name or topic rule to send messages to.
A new description of the 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
impl RefUnwindSafe for UpdateDestinationInput
impl Send for UpdateDestinationInput
impl Sync for UpdateDestinationInput
impl Unpin for UpdateDestinationInput
impl UnwindSafe for UpdateDestinationInput
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
