Class: Aws::ConfigService::Types::ListConfigurationRecordersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListConfigurationRecordersResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_recorder_summaries ⇒ Array<Types::ConfigurationRecorderSummary>
A list of
ConfigurationRecorderSummaryobjects that includes. -
#next_token ⇒ String
The
NextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.
Instance Attribute Details
#configuration_recorder_summaries ⇒ Array<Types::ConfigurationRecorderSummary>
A list of ConfigurationRecorderSummary objects that includes.
5527 5528 5529 5530 5531 5532 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5527 class ListConfigurationRecordersResponse < Struct.new( :configuration_recorder_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The NextToken string returned on a previous page that you use to
get the next page of results in a paginated response.
5527 5528 5529 5530 5531 5532 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5527 class ListConfigurationRecordersResponse < Struct.new( :configuration_recorder_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |