Class: Aws::ConfigService::Types::ListDiscoveredResourcesResponse

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 string that you use in a subsequent request to get the next page of results in a paginated response.

Returns:

  • (String)


5195
5196
5197
5198
5199
5200
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5195

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

#resource_identifiersArray<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.

Returns:



5195
5196
5197
5198
5199
5200
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5195

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