Class: Aws::ConfigService::Types::ListDiscoveredResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListDiscoveredResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_deleted_resources ⇒ Boolean
Specifies whether Config includes deleted resources in the results.
-
#limit ⇒ Integer
The maximum number of resource identifiers returned on each page.
-
#next_token ⇒ String
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
-
#resource_ids ⇒ Array<String>
The IDs of only those resources that you want Config to list in the response.
-
#resource_name ⇒ String
The custom name of only those resources that you want Config to list in the response.
-
#resource_type ⇒ String
The type of resources that you want Config to list in the response.
Instance Attribute Details
#include_deleted_resources ⇒ Boolean
Specifies whether Config includes deleted resources in the results. By default, deleted resources are not included.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'lib/aws-sdk-configservice/types.rb', line 5170 class ListDiscoveredResourcesRequest < Struct.new( :resource_type, :resource_ids, :resource_name, :limit, :include_deleted_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
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.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'lib/aws-sdk-configservice/types.rb', line 5170 class ListDiscoveredResourcesRequest < Struct.new( :resource_type, :resource_ids, :resource_name, :limit, :include_deleted_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'lib/aws-sdk-configservice/types.rb', line 5170 class ListDiscoveredResourcesRequest < Struct.new( :resource_type, :resource_ids, :resource_name, :limit, :include_deleted_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<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.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'lib/aws-sdk-configservice/types.rb', line 5170 class ListDiscoveredResourcesRequest < Struct.new( :resource_type, :resource_ids, :resource_name, :limit, :include_deleted_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
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.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'lib/aws-sdk-configservice/types.rb', line 5170 class ListDiscoveredResourcesRequest < Struct.new( :resource_type, :resource_ids, :resource_name, :limit, :include_deleted_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resources that you want Config to list in the response.
5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'lib/aws-sdk-configservice/types.rb', line 5170 class ListDiscoveredResourcesRequest < Struct.new( :resource_type, :resource_ids, :resource_name, :limit, :include_deleted_resources, :next_token) SENSITIVE = [] include Aws::Structure end |