#[non_exhaustive]pub struct AddUploadBufferOutput { /* private fields */ }
Implementations§
source§impl AddUploadBufferOutput
impl AddUploadBufferOutput
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.
source§impl AddUploadBufferOutput
impl AddUploadBufferOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddUploadBufferOutput
.
Trait Implementations§
source§impl Clone for AddUploadBufferOutput
impl Clone for AddUploadBufferOutput
source§fn clone(&self) -> AddUploadBufferOutput
fn clone(&self) -> AddUploadBufferOutput
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 Debug for AddUploadBufferOutput
impl Debug for AddUploadBufferOutput
source§impl PartialEq<AddUploadBufferOutput> for AddUploadBufferOutput
impl PartialEq<AddUploadBufferOutput> for AddUploadBufferOutput
source§fn eq(&self, other: &AddUploadBufferOutput) -> bool
fn eq(&self, other: &AddUploadBufferOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.