Class: Aws::ConfigService::Types::DescribeConfigurationRecordersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationRecordersResponse
- Defined in:
- gems/aws-sdk-configservice/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.
2894 2895 2896 2897 2898 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2894 class DescribeConfigurationRecordersResponse < Struct.new( :configuration_recorders) SENSITIVE = [] include Aws::Structure end |