Class: Aws::AuditManager::Types::UpdateSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#settings ⇒ Types::Settings
The current list of settings.
Instance Attribute Details
#settings ⇒ Types::Settings
The current list of settings.
4894 4895 4896 4897 4898 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4894 class UpdateSettingsResponse < Struct.new( :settings) SENSITIVE = [] include Aws::Structure end |