Class: Aws::ConfigService::Types::DescribeConfigurationRecorderStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationRecorderStatusRequest
- 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
-
#configuration_recorder_names ⇒ Array<String>
The name(s) of the configuration recorder.
Instance Attribute Details
#configuration_recorder_names ⇒ Array<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.
2727 2728 2729 2730 2731 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2727 class DescribeConfigurationRecorderStatusRequest < Struct.new( :configuration_recorder_names) SENSITIVE = [] include Aws::Structure end |