Struct aws_sdk_grafana::model::WorkspaceSummary
source · [−]#[non_exhaustive]pub struct WorkspaceSummary { /* private fields */ }
Expand description
A structure that contains some information about one workspace in the account.
Implementations
sourceimpl WorkspaceSummary
impl WorkspaceSummary
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The customer-entered description of the workspace.
sourcepub fn endpoint(&self) -> Option<&str>
pub fn endpoint(&self) -> Option<&str>
The URL endpoint to use to access the Grafana console in the workspace.
sourcepub fn grafana_version(&self) -> Option<&str>
pub fn grafana_version(&self) -> Option<&str>
The Grafana version that the workspace is running.
sourcepub fn modified(&self) -> Option<&DateTime>
pub fn modified(&self) -> Option<&DateTime>
The most recent date that the workspace was modified.
sourcepub fn notification_destinations(
&self
) -> Option<&[NotificationDestinationType]>
pub fn notification_destinations(
&self
) -> Option<&[NotificationDestinationType]>
The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.
sourcepub fn status(&self) -> Option<&WorkspaceStatus>
pub fn status(&self) -> Option<&WorkspaceStatus>
The current status of the workspace.
sourcepub fn authentication(&self) -> Option<&AuthenticationSummary>
pub fn authentication(&self) -> Option<&AuthenticationSummary>
A structure containing information about the authentication methods used in the workspace.
The list of tags associated with the workspace.
sourceimpl WorkspaceSummary
impl WorkspaceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkspaceSummary
.
Trait Implementations
sourceimpl Clone for WorkspaceSummary
impl Clone for WorkspaceSummary
sourcefn clone(&self) -> WorkspaceSummary
fn clone(&self) -> WorkspaceSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WorkspaceSummary
impl Debug for WorkspaceSummary
sourceimpl PartialEq<WorkspaceSummary> for WorkspaceSummary
impl PartialEq<WorkspaceSummary> for WorkspaceSummary
sourcefn eq(&self, other: &WorkspaceSummary) -> bool
fn eq(&self, other: &WorkspaceSummary) -> bool
impl StructuralPartialEq for WorkspaceSummary
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more