Class: Aws::AuditManager::Types::GetSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetSettingsResponse
- Defined in:
- gems/aws-sdk-auditmanager/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.
3023 3024 3025 3026 3027 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3023 class GetSettingsResponse < Struct.new( :settings) SENSITIVE = [] include Aws::Structure end |