#[non_exhaustive]pub struct DisassociateLicenseInput { /* private fields */ }
Implementations§
source§impl DisassociateLicenseInput
impl DisassociateLicenseInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to remove the Grafana Enterprise license from.
sourcepub fn license_type(&self) -> Option<&LicenseType>
pub fn license_type(&self) -> Option<&LicenseType>
The type of license to remove from the workspace.
source§impl DisassociateLicenseInput
impl DisassociateLicenseInput
sourcepub fn builder() -> DisassociateLicenseInputBuilder
pub fn builder() -> DisassociateLicenseInputBuilder
Creates a new builder-style object to manufacture DisassociateLicenseInput
.
source§impl DisassociateLicenseInput
impl DisassociateLicenseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateLicense, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DisassociateLicense, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateLicense
>
Trait Implementations§
source§impl Clone for DisassociateLicenseInput
impl Clone for DisassociateLicenseInput
source§fn clone(&self) -> DisassociateLicenseInput
fn clone(&self) -> DisassociateLicenseInput
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 DisassociateLicenseInput
impl Debug for DisassociateLicenseInput
source§impl PartialEq<DisassociateLicenseInput> for DisassociateLicenseInput
impl PartialEq<DisassociateLicenseInput> for DisassociateLicenseInput
source§fn eq(&self, other: &DisassociateLicenseInput) -> bool
fn eq(&self, other: &DisassociateLicenseInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.