Class: Aws::ConfigService::Types::DescribeConfigurationRecordersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationRecordersResponse
- 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
-
#configuration_recorders ⇒ Array<Types::ConfigurationRecorder>
A list that contains the descriptions of the specified configuration recorders.
Instance Attribute Details
#configuration_recorders ⇒ Array<Types::ConfigurationRecorder>
A list that contains the descriptions of the specified configuration recorders.
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 |