Struct aws_sdk_grafana::output::DisassociateLicenseOutput
source · #[non_exhaustive]pub struct DisassociateLicenseOutput { /* private fields */ }
Implementations§
source§impl DisassociateLicenseOutput
impl DisassociateLicenseOutput
sourcepub fn workspace(&self) -> Option<&WorkspaceDescription>
pub fn workspace(&self) -> Option<&WorkspaceDescription>
A structure containing information about the workspace.
source§impl DisassociateLicenseOutput
impl DisassociateLicenseOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateLicenseOutput
.
Trait Implementations§
source§impl Clone for DisassociateLicenseOutput
impl Clone for DisassociateLicenseOutput
source§fn clone(&self) -> DisassociateLicenseOutput
fn clone(&self) -> DisassociateLicenseOutput
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 more