Struct aws_sdk_mobile::input::DescribeProjectInput
source · #[non_exhaustive]pub struct DescribeProjectInput { /* private fields */ }
Expand description
Request structure used to request details about a project.
Implementations§
source§impl DescribeProjectInput
impl DescribeProjectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProject, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProject, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeProject
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeProjectInput
.
source§impl DescribeProjectInput
impl DescribeProjectInput
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
Unique project identifier.
sourcepub fn sync_from_resources(&self) -> bool
pub fn sync_from_resources(&self) -> bool
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
Trait Implementations§
source§impl Clone for DescribeProjectInput
impl Clone for DescribeProjectInput
source§fn clone(&self) -> DescribeProjectInput
fn clone(&self) -> DescribeProjectInput
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 DescribeProjectInput
impl Debug for DescribeProjectInput
source§impl PartialEq<DescribeProjectInput> for DescribeProjectInput
impl PartialEq<DescribeProjectInput> for DescribeProjectInput
source§fn eq(&self, other: &DescribeProjectInput) -> bool
fn eq(&self, other: &DescribeProjectInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.