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

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

Returns:

  • (String)


5297
5298
5299
5300
5301
5302
# File 'lib/aws-sdk-configservice/types.rb', line 5297

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 AWS Config, including the resource type, ID, and (if available) the custom resource name.

Returns:



5297
5298
5299
5300
5301
5302
# File 'lib/aws-sdk-configservice/types.rb', line 5297

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