Struct rusoto_config::ListDiscoveredResourcesRequest [] [src]

pub struct ListDiscoveredResourcesRequest {
    pub include_deleted_resources: Option<Boolean>,
    pub limit: Option<Limit>,
    pub next_token: Option<NextToken>,
    pub resource_ids: Option<ResourceIdList>,
    pub resource_name: Option<ResourceName>,
    pub resource_type: ResourceType,
}

Fields

Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.

The custom name of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.

The type of resources that you want AWS Config to list in the response.

Trait Implementations

impl Default for ListDiscoveredResourcesRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for ListDiscoveredResourcesRequest
[src]

Formats the value using the given formatter.

impl Clone for ListDiscoveredResourcesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more