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)


1078
1079
1080
1081
1082
# File 'lib/aws-sdk-sagemaker/types.rb', line 1078

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