#[non_exhaustive]pub struct DescribeAlertManagerDefinitionInput { /* private fields */ }
Expand description
Represents the input of a DescribeAlertManagerDefinition operation.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DescribeAlertManagerDefinitionInput
impl Clone for DescribeAlertManagerDefinitionInput
source§fn clone(&self) -> DescribeAlertManagerDefinitionInput
fn clone(&self) -> DescribeAlertManagerDefinitionInput
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 PartialEq<DescribeAlertManagerDefinitionInput> for DescribeAlertManagerDefinitionInput
impl PartialEq<DescribeAlertManagerDefinitionInput> for DescribeAlertManagerDefinitionInput
source§fn eq(&self, other: &DescribeAlertManagerDefinitionInput) -> bool
fn eq(&self, other: &DescribeAlertManagerDefinitionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.