#[non_exhaustive]pub struct ExportProjectOutput { /* private fields */ }
Expand description
Result structure used for requests to export project configuration details.
Implementations§
source§impl ExportProjectOutput
impl ExportProjectOutput
sourcepub fn download_url(&self) -> Option<&str>
pub fn download_url(&self) -> Option<&str>
URL which can be used to download the exported project configuation file(s).
URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.
sourcepub fn snapshot_id(&self) -> Option<&str>
pub fn snapshot_id(&self) -> Option<&str>
Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.
source§impl ExportProjectOutput
impl ExportProjectOutput
sourcepub fn builder() -> ExportProjectOutputBuilder
pub fn builder() -> ExportProjectOutputBuilder
Creates a new builder-style object to manufacture ExportProjectOutput
.
Trait Implementations§
source§impl Clone for ExportProjectOutput
impl Clone for ExportProjectOutput
source§fn clone(&self) -> ExportProjectOutput
fn clone(&self) -> ExportProjectOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ExportProjectOutput
impl Debug for ExportProjectOutput
source§impl PartialEq<ExportProjectOutput> for ExportProjectOutput
impl PartialEq<ExportProjectOutput> for ExportProjectOutput
source§fn eq(&self, other: &ExportProjectOutput) -> bool
fn eq(&self, other: &ExportProjectOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ExportProjectOutput
impl RequestId for ExportProjectOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.