Class: Aws::ConfigService::Types::StartConfigurationRecorderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::StartConfigurationRecorderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The input for the StartConfigurationRecorder operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_recorder_name ⇒ String
The name of the customer managed configuration recorder that you want to start.
Instance Attribute Details
#configuration_recorder_name ⇒ String
The name of the customer managed configuration recorder that you want to start.
8998 8999 9000 9001 9002 |
# File 'lib/aws-sdk-configservice/types.rb', line 8998 class StartConfigurationRecorderRequest < Struct.new( :configuration_recorder_name) SENSITIVE = [] include Aws::Structure end |