#[non_exhaustive]pub struct DescribeAlertManagerDefinitionInput { /* private fields */ }Expand description
Represents the input of a DescribeAlertManagerDefinition operation.
Implementations
sourceimpl DescribeAlertManagerDefinitionInput
impl DescribeAlertManagerDefinitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAlertManagerDefinition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAlertManagerDefinition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAlertManagerDefinition>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAlertManagerDefinitionInput.
sourceimpl DescribeAlertManagerDefinitionInput
impl DescribeAlertManagerDefinitionInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to describe.
Trait Implementations
sourceimpl Clone for DescribeAlertManagerDefinitionInput
impl Clone for DescribeAlertManagerDefinitionInput
sourcefn clone(&self) -> DescribeAlertManagerDefinitionInput
fn clone(&self) -> DescribeAlertManagerDefinitionInput
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 PartialEq<DescribeAlertManagerDefinitionInput> for DescribeAlertManagerDefinitionInput
impl PartialEq<DescribeAlertManagerDefinitionInput> for DescribeAlertManagerDefinitionInput
sourcefn eq(&self, other: &DescribeAlertManagerDefinitionInput) -> bool
fn eq(&self, other: &DescribeAlertManagerDefinitionInput) -> bool
impl StructuralPartialEq for DescribeAlertManagerDefinitionInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeAlertManagerDefinitionInput
impl Send for DescribeAlertManagerDefinitionInput
impl Sync for DescribeAlertManagerDefinitionInput
impl Unpin for DescribeAlertManagerDefinitionInput
impl UnwindSafe for DescribeAlertManagerDefinitionInput
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