Class: Aws::ConfigService::Types::ListAggregateDiscoveredResourcesResponse

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

#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)


5218
5219
5220
5221
5222
5223
# File 'lib/aws-sdk-configservice/types.rb', line 5218

class ListAggregateDiscoveredResourcesResponse < Struct.new(
  :resource_identifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifiersArray<Types::AggregateResourceIdentifier>

Returns a list of ‘ResourceIdentifiers` objects.



5218
5219
5220
5221
5222
5223
# File 'lib/aws-sdk-configservice/types.rb', line 5218

class ListAggregateDiscoveredResourcesResponse < Struct.new(
  :resource_identifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end