Struct aws_sdk_mobile::output::ExportBundleOutput
source · #[non_exhaustive]pub struct ExportBundleOutput { /* private fields */ }
Expand description
Result structure which contains link to download custom-generated SDK and tool packages used to integrate mobile web or app clients with backed AWS resources.
Implementations§
source§impl ExportBundleOutput
impl ExportBundleOutput
sourcepub fn download_url(&self) -> Option<&str>
pub fn download_url(&self) -> Option<&str>
URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app with the AWS resources created by the AWS Mobile Hub project.
source§impl ExportBundleOutput
impl ExportBundleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportBundleOutput
.
Trait Implementations§
source§impl Clone for ExportBundleOutput
impl Clone for ExportBundleOutput
source§fn clone(&self) -> ExportBundleOutput
fn clone(&self) -> ExportBundleOutput
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 ExportBundleOutput
impl Debug for ExportBundleOutput
source§impl PartialEq<ExportBundleOutput> for ExportBundleOutput
impl PartialEq<ExportBundleOutput> for ExportBundleOutput
source§fn eq(&self, other: &ExportBundleOutput) -> bool
fn eq(&self, other: &ExportBundleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.