Struct aws_sdk_grafana::input::DisassociateLicenseInput
source · [−]#[non_exhaustive]pub struct DisassociateLicenseInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateLicenseInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DisassociateLicenseInput
impl Clone for DisassociateLicenseInput
sourcefn clone(&self) -> DisassociateLicenseInput
fn clone(&self) -> DisassociateLicenseInput
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 DisassociateLicenseInput
impl Debug for DisassociateLicenseInput
sourceimpl PartialEq<DisassociateLicenseInput> for DisassociateLicenseInput
impl PartialEq<DisassociateLicenseInput> for DisassociateLicenseInput
sourcefn eq(&self, other: &DisassociateLicenseInput) -> bool
fn eq(&self, other: &DisassociateLicenseInput) -> bool
impl StructuralPartialEq for DisassociateLicenseInput
Auto Trait Implementations
impl RefUnwindSafe for DisassociateLicenseInput
impl Send for DisassociateLicenseInput
impl Sync for DisassociateLicenseInput
impl Unpin for DisassociateLicenseInput
impl UnwindSafe for DisassociateLicenseInput
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