Class: Aws::ConfigService::Types::ListAggregateDiscoveredResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListAggregateDiscoveredResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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_identifiers ⇒ Array<Types::AggregateResourceIdentifier>
Returns a list of ‘ResourceIdentifiers` objects.
Instance Attribute Details
#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.
5447 5448 5449 5450 5451 5452 |
# File 'lib/aws-sdk-configservice/types.rb', line 5447 class ListAggregateDiscoveredResourcesResponse < Struct.new( :resource_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_identifiers ⇒ Array<Types::AggregateResourceIdentifier>
Returns a list of ‘ResourceIdentifiers` objects.
5447 5448 5449 5450 5451 5452 |
# File 'lib/aws-sdk-configservice/types.rb', line 5447 class ListAggregateDiscoveredResourcesResponse < Struct.new( :resource_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |