Class: Aws::ConfigService::Types::ListDiscoveredResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListDiscoveredResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
-
#resource_identifiers ⇒ Array<Types::ResourceIdentifier>
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
Instance Attribute Details
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
5194 5195 5196 5197 5198 5199 |
# File 'lib/aws-sdk-configservice/types.rb', line 5194 class ListDiscoveredResourcesResponse < Struct.new( :resource_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_identifiers ⇒ Array<Types::ResourceIdentifier>
The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
5194 5195 5196 5197 5198 5199 |
# File 'lib/aws-sdk-configservice/types.rb', line 5194 class ListDiscoveredResourcesResponse < Struct.new( :resource_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |