Class: Aws::ConfigService::Types::DescribeConfigurationRecordersRequest

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

Overview

Note:

When making an API call, you may pass DescribeConfigurationRecordersRequest data as a hash:

{
  configuration_recorder_names: ["RecorderName"],
}

The input for the DescribeConfigurationRecorders action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_recorder_namesArray<String>

A list of configuration recorder names.

Returns:

  • (Array<String>)


2978
2979
2980
2981
2982
# File 'lib/aws-sdk-configservice/types.rb', line 2978

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