#[non_exhaustive]pub struct GetDiscoveredResourceCountsInput { /* private fields */ }Implementations§
source§impl GetDiscoveredResourceCountsInput
impl GetDiscoveredResourceCountsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDiscoveredResourceCounts, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDiscoveredResourceCounts, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDiscoveredResourceCounts>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDiscoveredResourceCountsInput.
source§impl GetDiscoveredResourceCountsInput
impl GetDiscoveredResourceCountsInput
sourcepub fn resource_types(&self) -> Option<&[String]>
pub fn resource_types(&self) -> Option<&[String]>
The comma-separated list that specifies the resource types that you want Config to return (for example, "AWS::EC2::Instance", "AWS::IAM::User").
If a value for resourceTypes is not specified, Config returns all resource types that Config is recording in the region for your account.
If the configuration recorder is turned off, Config returns an empty list of ResourceCount objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of ResourceCount objects.
sourcepub fn limit(&self) -> i32
pub fn limit(&self) -> i32
The maximum number of ResourceCount objects returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Trait Implementations§
source§impl Clone for GetDiscoveredResourceCountsInput
impl Clone for GetDiscoveredResourceCountsInput
source§fn clone(&self) -> GetDiscoveredResourceCountsInput
fn clone(&self) -> GetDiscoveredResourceCountsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<GetDiscoveredResourceCountsInput> for GetDiscoveredResourceCountsInput
impl PartialEq<GetDiscoveredResourceCountsInput> for GetDiscoveredResourceCountsInput
source§fn eq(&self, other: &GetDiscoveredResourceCountsInput) -> bool
fn eq(&self, other: &GetDiscoveredResourceCountsInput) -> bool
self and other values to be equal, and is used
by ==.