Struct aws_sdk_backupgateway::operation::update_gateway_information::UpdateGatewayInformationInput
source · #[non_exhaustive]pub struct UpdateGatewayInformationInput {
pub gateway_arn: Option<String>,
pub gateway_display_name: Option<String>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
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 to update.
gateway_display_name: Option<String>
The updated display name of the gateway.
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 to update.
sourcepub fn gateway_display_name(&self) -> Option<&str>
pub fn gateway_display_name(&self) -> Option<&str>
The updated display name of the gateway.
source§impl UpdateGatewayInformationInput
impl UpdateGatewayInformationInput
sourcepub fn builder() -> UpdateGatewayInformationInputBuilder
pub fn builder() -> UpdateGatewayInformationInputBuilder
Creates a new builder-style object to manufacture UpdateGatewayInformationInput
.
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 for UpdateGatewayInformationInput
impl PartialEq 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 Freeze for UpdateGatewayInformationInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.