#[non_exhaustive]pub struct GetWorkspaceOutput { /* private fields */ }Implementations§
source§impl GetWorkspaceOutput
impl GetWorkspaceOutput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the workspace.
sourcepub fn s3_location(&self) -> Option<&str>
pub fn s3_location(&self) -> Option<&str>
The ARN of the S3 bucket where resources associated with the workspace are stored.
sourcepub fn role(&self) -> Option<&str>
pub fn role(&self) -> Option<&str>
The ARN of the execution role associated with the workspace.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The date and time when the workspace was created.
sourcepub fn update_date_time(&self) -> Option<&DateTime>
pub fn update_date_time(&self) -> Option<&DateTime>
The date and time when the workspace was last updated.
source§impl GetWorkspaceOutput
impl GetWorkspaceOutput
sourcepub fn builder() -> GetWorkspaceOutputBuilder
pub fn builder() -> GetWorkspaceOutputBuilder
Creates a new builder-style object to manufacture GetWorkspaceOutput.
Trait Implementations§
source§impl Clone for GetWorkspaceOutput
impl Clone for GetWorkspaceOutput
source§fn clone(&self) -> GetWorkspaceOutput
fn clone(&self) -> GetWorkspaceOutput
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 GetWorkspaceOutput
impl Debug for GetWorkspaceOutput
source§impl PartialEq<GetWorkspaceOutput> for GetWorkspaceOutput
impl PartialEq<GetWorkspaceOutput> for GetWorkspaceOutput
source§fn eq(&self, other: &GetWorkspaceOutput) -> bool
fn eq(&self, other: &GetWorkspaceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetWorkspaceOutput
impl RequestId for GetWorkspaceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.