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:



3244
3245
3246
3247
3248
# File 'lib/aws-sdk-configservice/types.rb', line 3244

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