Class: Aws::ConfigService::Types::DescribeConfigurationRecorderStatusResponse

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

Overview

The output for the DescribeConfigurationRecorderStatus action, in JSON format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_recorders_statusArray<Types::ConfigurationRecorderStatus>

A list that contains status of the specified recorders.



2865
2866
2867
2868
2869
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2865

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