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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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>)


2879
2880
2881
2882
2883
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2879

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