Class: Aws::ConfigService::Types::ListStoredQueriesResponse

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

If the previous paginated request didn’t return all of the remaining results, the response object’s ‘NextToken` parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object’s ‘NextToken` parameter. If there are no remaining results, the previous response object’s ‘NextToken` parameter is set to `null`.

Returns:

  • (String)


5278
5279
5280
5281
5282
5283
# File 'lib/aws-sdk-configservice/types.rb', line 5278

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

#stored_query_metadataArray<Types::StoredQueryMetadata>

A list of ‘StoredQueryMetadata` objects.

Returns:



5278
5279
5280
5281
5282
5283
# File 'lib/aws-sdk-configservice/types.rb', line 5278

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