Class: Aws::ConfigService::Types::DescribeConfigurationRecorderStatusRequest

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

Overview

The input for the DescribeConfigurationRecorderStatus action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_recorder_namesArray<String>

The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.

Returns:

  • (Array<String>)


2850
2851
2852
2853
2854
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2850

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