Class: Aws::ConfigService::Types::ListAggregateDiscoveredResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_aggregator_nameString

The name of the configuration aggregator.

Returns:

  • (String)


5007
5008
5009
5010
5011
5012
5013
5014
5015
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5007

class ListAggregateDiscoveredResourcesRequest < Struct.new(
  :configuration_aggregator_name,
  :resource_type,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ResourceFilters

Filters the results based on the ResourceFilters object.



5007
5008
5009
5010
5011
5012
5013
5014
5015
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5007

class ListAggregateDiscoveredResourcesRequest < Struct.new(
  :configuration_aggregator_name,
  :resource_type,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

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

Returns:

  • (Integer)


5007
5008
5009
5010
5011
5012
5013
5014
5015
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5007

class ListAggregateDiscoveredResourcesRequest < Struct.new(
  :configuration_aggregator_name,
  :resource_type,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


5007
5008
5009
5010
5011
5012
5013
5014
5015
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5007

class ListAggregateDiscoveredResourcesRequest < Struct.new(
  :configuration_aggregator_name,
  :resource_type,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

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

Returns:

  • (String)


5007
5008
5009
5010
5011
5012
5013
5014
5015
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5007

class ListAggregateDiscoveredResourcesRequest < Struct.new(
  :configuration_aggregator_name,
  :resource_type,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end