Class: Aws::ConfigService::Types::DescribeConfigurationRecordersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

The output for the DescribeConfigurationRecorders action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_recordersArray<Types::ConfigurationRecorder>

A list that contains the descriptions of the specified configuration recorders.

Returns:



2894
2895
2896
2897
2898
# File 'lib/aws-sdk-configservice/types.rb', line 2894

class DescribeConfigurationRecordersResponse < Struct.new(
  :configuration_recorders)
  SENSITIVE = []
  include Aws::Structure
end