#[non_exhaustive]pub struct DescribeResourceCollectionHealthInput { /* private fields */ }
Implementations
sourceimpl DescribeResourceCollectionHealthInput
impl DescribeResourceCollectionHealthInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeResourceCollectionHealth, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeResourceCollectionHealth, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeResourceCollectionHealth
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeResourceCollectionHealthInput
.
sourceimpl DescribeResourceCollectionHealthInput
impl DescribeResourceCollectionHealthInput
sourcepub fn resource_collection_type(&self) -> Option<&ResourceCollectionType>
pub fn resource_collection_type(&self) -> Option<&ResourceCollectionType>
An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Trait Implementations
sourceimpl Clone for DescribeResourceCollectionHealthInput
impl Clone for DescribeResourceCollectionHealthInput
sourcefn clone(&self) -> DescribeResourceCollectionHealthInput
fn clone(&self) -> DescribeResourceCollectionHealthInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more