Class: Aws::ConfigService::Types::ListDiscoveredResourcesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_deleted_resourcesBoolean

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

Returns:

  • (Boolean)


5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-configservice/types.rb', line 5171

class ListDiscoveredResourcesRequest < Struct.new(
  :resource_type,
  :resource_ids,
  :resource_name,
  :limit,
  :include_deleted_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

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

Returns:

  • (Integer)


5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-configservice/types.rb', line 5171

class ListDiscoveredResourcesRequest < Struct.new(
  :resource_type,
  :resource_ids,
  :resource_name,
  :limit,
  :include_deleted_resources,
  :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)


5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-configservice/types.rb', line 5171

class ListDiscoveredResourcesRequest < Struct.new(
  :resource_type,
  :resource_ids,
  :resource_name,
  :limit,
  :include_deleted_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idsArray<String>

The IDs of only those resources that you want Config to list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has discovered. You can list a minimum of 1 resourceID and a maximum of 20 resourceIds.

Returns:

  • (Array<String>)


5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-configservice/types.rb', line 5171

class ListDiscoveredResourcesRequest < Struct.new(
  :resource_type,
  :resource_ids,
  :resource_name,
  :limit,
  :include_deleted_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

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

Returns:

  • (String)


5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-configservice/types.rb', line 5171

class ListDiscoveredResourcesRequest < Struct.new(
  :resource_type,
  :resource_ids,
  :resource_name,
  :limit,
  :include_deleted_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

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

Returns:

  • (String)


5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-configservice/types.rb', line 5171

class ListDiscoveredResourcesRequest < Struct.new(
  :resource_type,
  :resource_ids,
  :resource_name,
  :limit,
  :include_deleted_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end