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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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)


5056
5057
5058
5059
5060
5061
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5056

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

#resource_identifiersArray<Types::AggregateResourceIdentifier>

Returns a list of ResourceIdentifiers objects.



5056
5057
5058
5059
5060
5061
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5056

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