Struct aws_sdk_storagegateway::input::UpdateGatewayInformationInput [−][src]
#[non_exhaustive]pub struct UpdateGatewayInformationInput {
pub gateway_arn: Option<String>,
pub gateway_name: Option<String>,
pub gateway_timezone: Option<String>,
pub cloud_watch_log_group_arn: Option<String>,
pub gateway_capacity: Option<GatewayCapacity>,
}
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.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.
gateway_name: Option<String>
The name you configured for your gateway.
gateway_timezone: Option<String>
A value that indicates the time zone of the gateway.
cloud_watch_log_group_arn: Option<String>
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.
For more information, see What is Amazon CloudWatch Logs?
gateway_capacity: Option<GatewayCapacity>
Specifies the size of the gateway's metadata cache.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGatewayInformation, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGatewayInformation, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateGatewayInformation
>
Creates a new builder-style object to manufacture UpdateGatewayInformationInput
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.
The name you configured for your gateway.
A value that indicates the time zone of the gateway.
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.
For more information, see What is Amazon CloudWatch Logs?
Specifies the size of the gateway's metadata cache.
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 Send for UpdateGatewayInformationInput
impl Sync for UpdateGatewayInformationInput
impl Unpin for UpdateGatewayInformationInput
impl UnwindSafe for UpdateGatewayInformationInput
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