You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::GetDiscoveredResourceCountsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The string that you use in a subsequent request to get the next page of results in a paginated response.

Returns:

  • (String)

    The string that you use in a subsequent request to get the next page of results in a paginated response.

#resource_countsArray<Types::ResourceCount>

The list of ResourceCount objects. Each object is listed in descending order by the number of resources.

Returns:

#total_discovered_resourcesInteger

The total number of resources that AWS Config is recording in the region for your account. If you specify resource types in the request, AWS Config returns only the total number of resources for those resource types.

Example .title

  1. AWS Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets, for a total of 60 resources.

  2. You make a call to the GetDiscoveredResourceCounts action and specify the resource type, "AWS::EC2::Instances", in the request.

  3. AWS Config returns 25 for totalDiscoveredResources.

Returns:

  • (Integer)

    The total number of resources that AWS Config is recording in the region for your account.