Class: Aws::AuditManager::Types::GetSettingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#settingsTypes::Settings

The settings object that holds all supported Audit Manager settings.

Returns:



3164
3165
3166
3167
3168
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3164

class GetSettingsResponse < Struct.new(
  :settings)
  SENSITIVE = []
  include Aws::Structure
end