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.



2837
2838
2839
2840
2841
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2837

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