Class: Aws::ConfigService::Types::AssociateResourceTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AssociateResourceTypesResponse
- Defined in:
- gems/aws-sdk-configservice/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 in the Config Developer Guide.
540 541 542 543 544 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 540 class AssociateResourceTypesResponse < Struct.new( :configuration_recorder) SENSITIVE = [] include Aws::Structure end |