Struct aws_sdk_storagegateway::operation::update_gateway_information::UpdateGatewayInformationInput
source · #[non_exhaustive]pub struct UpdateGatewayInformationInput { /* private fields */ }Implementations§
source§impl UpdateGatewayInformationInput
impl UpdateGatewayInformationInput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
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.
sourcepub fn gateway_name(&self) -> Option<&str>
pub fn gateway_name(&self) -> Option<&str>
The name you configured for your gateway.
sourcepub fn gateway_timezone(&self) -> Option<&str>
pub fn gateway_timezone(&self) -> Option<&str>
A value that indicates the time zone of the gateway.
sourcepub fn cloud_watch_log_group_arn(&self) -> Option<&str>
pub fn cloud_watch_log_group_arn(&self) -> Option<&str>
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?
sourcepub fn gateway_capacity(&self) -> Option<&GatewayCapacity>
pub fn gateway_capacity(&self) -> Option<&GatewayCapacity>
Specifies the size of the gateway's metadata cache.
source§impl UpdateGatewayInformationInput
impl UpdateGatewayInformationInput
sourcepub fn builder() -> UpdateGatewayInformationInputBuilder
pub fn builder() -> UpdateGatewayInformationInputBuilder
Creates a new builder-style object to manufacture UpdateGatewayInformationInput.
source§impl UpdateGatewayInformationInput
impl UpdateGatewayInformationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGatewayInformation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateGatewayInformation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateGatewayInformation>
Trait Implementations§
source§impl Clone for UpdateGatewayInformationInput
impl Clone for UpdateGatewayInformationInput
source§fn clone(&self) -> UpdateGatewayInformationInput
fn clone(&self) -> UpdateGatewayInformationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<UpdateGatewayInformationInput> for UpdateGatewayInformationInput
impl PartialEq<UpdateGatewayInformationInput> for UpdateGatewayInformationInput
source§fn eq(&self, other: &UpdateGatewayInformationInput) -> bool
fn eq(&self, other: &UpdateGatewayInformationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateGatewayInformationInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateGatewayInformationInput
impl Send for UpdateGatewayInformationInput
impl Sync for UpdateGatewayInformationInput
impl Unpin for UpdateGatewayInformationInput
impl UnwindSafe for UpdateGatewayInformationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more