Class: Aws::SageMaker::Types::AlarmDetails

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

Overview

The details of the alarm to monitor during the AMI update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_nameString

The name of the alarm.

Returns:

  • (String)


323
324
325
326
327
# File 'lib/aws-sdk-sagemaker/types.rb', line 323

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