Struct aws_sdk_mobile::model::ProjectDetails
source · [−]#[non_exhaustive]pub struct ProjectDetails {
pub name: Option<String>,
pub project_id: Option<String>,
pub region: Option<String>,
pub state: Option<ProjectState>,
pub created_date: Option<DateTime>,
pub last_updated_date: Option<DateTime>,
pub console_url: Option<String>,
pub resources: Option<Vec<Resource>>,
}
Expand description
Detailed information about an AWS Mobile Hub 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.name: Option<String>
Name of the project.
project_id: Option<String>
Unique project identifier.
region: Option<String>
Default region to use for AWS resource creation in the AWS Mobile Hub project.
state: Option<ProjectState>
Synchronization state for a project.
created_date: Option<DateTime>
Date the project was created.
last_updated_date: Option<DateTime>
Date of the last modification of the project.
console_url: Option<String>
Website URL for this project in the AWS Mobile Hub console.
resources: Option<Vec<Resource>>
List of AWS resources associated with a project.
Implementations
Unique project identifier.
Default region to use for AWS resource creation in the AWS Mobile Hub project.
Synchronization state for a project.
Date the project was created.
Date of the last modification of the project.
Website URL for this project in the AWS Mobile Hub console.
Creates a new builder-style object to manufacture ProjectDetails
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 ProjectDetails
impl Send for ProjectDetails
impl Sync for ProjectDetails
impl Unpin for ProjectDetails
impl UnwindSafe for ProjectDetails
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