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:



3094
3095
3096
3097
3098
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3094

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