Class: Aws::AuditManager::Types::GetSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#settings ⇒ Types::Settings
The settings object that holds all supported Audit Manager settings.
Instance Attribute Details
#settings ⇒ Types::Settings
The settings object that holds all supported Audit Manager settings.
3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3094 class GetSettingsResponse < Struct.new( :settings) SENSITIVE = [] include Aws::Structure end |