Class: Aws::Deadline::Types::GetMonitorSettingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#settingsHash<String,String>

The monitor settings as key-value pairs.

Returns:

  • (Hash<String,String>)


5288
5289
5290
5291
5292
# File 'lib/aws-sdk-deadline/types.rb', line 5288

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