Struct aws_sdk_mobile::input::DescribeProjectInput
source · [−]#[non_exhaustive]pub struct DescribeProjectInput {
pub project_id: Option<String>,
pub sync_from_resources: bool,
}
Expand description
Request structure used to request details about a project.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.project_id: Option<String>
Unique project identifier.
sync_from_resources: 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProject, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProject, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeProject
>
Creates a new builder-style object to manufacture DescribeProjectInput
Unique project identifier.
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DescribeProjectInput
impl Send for DescribeProjectInput
impl Sync for DescribeProjectInput
impl Unpin for DescribeProjectInput
impl UnwindSafe for DescribeProjectInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more