Class: Aws::ConfigService::Types::ListConfigurationRecordersResponse

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

#configuration_recorder_summariesArray<Types::ConfigurationRecorderSummary>

A list of ConfigurationRecorderSummary objects that includes.



5489
5490
5491
5492
5493
5494
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5489

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

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


5489
5490
5491
5492
5493
5494
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5489

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