#[non_exhaustive]pub struct DescribeOrganizationResourceCollectionHealthInput { /* private fields */ }
Implementations§
source§impl DescribeOrganizationResourceCollectionHealthInput
impl DescribeOrganizationResourceCollectionHealthInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeOrganizationResourceCollectionHealth, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeOrganizationResourceCollectionHealth, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeOrganizationResourceCollectionHealth
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeOrganizationResourceCollectionHealthInput
.
source§impl DescribeOrganizationResourceCollectionHealthInput
impl DescribeOrganizationResourceCollectionHealthInput
sourcepub fn organization_resource_collection_type(
&self
) -> Option<&OrganizationResourceCollectionType>
pub fn organization_resource_collection_type(
&self
) -> Option<&OrganizationResourceCollectionType>
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 account_ids(&self) -> Option<&[String]>
pub fn account_ids(&self) -> Option<&[String]>
The ID of the Amazon Web Services account.
sourcepub fn organizational_unit_ids(&self) -> Option<&[String]>
pub fn organizational_unit_ids(&self) -> Option<&[String]>
The ID of the organizational unit.
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.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
Trait Implementations§
source§impl Clone for DescribeOrganizationResourceCollectionHealthInput
impl Clone for DescribeOrganizationResourceCollectionHealthInput
source§fn clone(&self) -> DescribeOrganizationResourceCollectionHealthInput
fn clone(&self) -> DescribeOrganizationResourceCollectionHealthInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeOrganizationResourceCollectionHealthInput> for DescribeOrganizationResourceCollectionHealthInput
impl PartialEq<DescribeOrganizationResourceCollectionHealthInput> for DescribeOrganizationResourceCollectionHealthInput
source§fn eq(&self, other: &DescribeOrganizationResourceCollectionHealthInput) -> bool
fn eq(&self, other: &DescribeOrganizationResourceCollectionHealthInput) -> bool
self
and other
values to be equal, and is used
by ==
.