Class: Aws::ConfigService::Types::DisassociateResourceTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DisassociateResourceTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_recorder ⇒ Types::ConfigurationRecorder
Records configuration changes to the resource types in scope.
Instance Attribute Details
#configuration_recorder ⇒ Types::ConfigurationRecorder
Records configuration changes to the resource types in scope.
For more information about the configuration recorder, see [ **Working with the Configuration Recorder** ][1] in the *Config Developer Guide*.
[1]: docs.aws.amazon.com/config/latest/developerguide/stop-start-recorder.html
3860 3861 3862 3863 3864 |
# File 'lib/aws-sdk-configservice/types.rb', line 3860 class DisassociateResourceTypesResponse < Struct.new( :configuration_recorder) SENSITIVE = [] include Aws::Structure end |