Struct aws_sdk_storagegateway::input::UpdateAutomaticTapeCreationPolicyInput [−][src]
#[non_exhaustive]pub struct UpdateAutomaticTapeCreationPolicyInput {
pub automatic_tape_creation_rules: Option<Vec<AutomaticTapeCreationRule>>,
pub gateway_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.automatic_tape_creation_rules: Option<Vec<AutomaticTapeCreationRule>>
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
gateway_arn: Option<String>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAutomaticTapeCreationPolicy, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAutomaticTapeCreationPolicy, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateAutomaticTapeCreationPolicy
>
Creates a new builder-style object to manufacture UpdateAutomaticTapeCreationPolicyInput
An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
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