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

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

Overview

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>)


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

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