Struct aws_sdk_amp::model::WorkspaceSummary
source · [−]#[non_exhaustive]pub struct WorkspaceSummary {
pub workspace_id: Option<String>,
pub alias: Option<String>,
pub arn: Option<String>,
pub status: Option<WorkspaceStatus>,
pub created_at: Option<DateTime>,
pub tags: Option<HashMap<String, String>>,
}
Expand description
Represents a summary of the properties of a workspace.
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.workspace_id: Option<String>
Unique string identifying this workspace.
alias: Option<String>
Alias of this workspace.
arn: Option<String>
The AmazonResourceName of this workspace.
status: Option<WorkspaceStatus>
The status of this workspace.
created_at: Option<DateTime>
The time when the workspace was created.
The tags of this workspace.
Implementations
Unique string identifying this workspace.
The status of this workspace.
The time when the workspace was created.
The tags of this workspace.
Creates a new builder-style object to manufacture WorkspaceSummary
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 WorkspaceSummary
impl Send for WorkspaceSummary
impl Sync for WorkspaceSummary
impl Unpin for WorkspaceSummary
impl UnwindSafe for WorkspaceSummary
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