Struct aws_sdk_backupgateway::operation::update_gateway_software_now::UpdateGatewaySoftwareNowOutput
source · #[non_exhaustive]pub struct UpdateGatewaySoftwareNowOutput { /* private fields */ }Implementations§
source§impl UpdateGatewaySoftwareNowOutput
impl UpdateGatewaySoftwareNowOutput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway you updated.
source§impl UpdateGatewaySoftwareNowOutput
impl UpdateGatewaySoftwareNowOutput
sourcepub fn builder() -> UpdateGatewaySoftwareNowOutputBuilder
pub fn builder() -> UpdateGatewaySoftwareNowOutputBuilder
Creates a new builder-style object to manufacture UpdateGatewaySoftwareNowOutput.
Trait Implementations§
source§impl Clone for UpdateGatewaySoftwareNowOutput
impl Clone for UpdateGatewaySoftwareNowOutput
source§fn clone(&self) -> UpdateGatewaySoftwareNowOutput
fn clone(&self) -> UpdateGatewaySoftwareNowOutput
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<UpdateGatewaySoftwareNowOutput> for UpdateGatewaySoftwareNowOutput
impl PartialEq<UpdateGatewaySoftwareNowOutput> for UpdateGatewaySoftwareNowOutput
source§fn eq(&self, other: &UpdateGatewaySoftwareNowOutput) -> bool
fn eq(&self, other: &UpdateGatewaySoftwareNowOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateGatewaySoftwareNowOutput
impl RequestId for UpdateGatewaySoftwareNowOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.