Class: Aws::SageMaker::Types::UpdateMonitoringScheduleResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_schedule_arnString

The Amazon Resource Name (ARN) of the monitoring schedule.

Returns:

  • (String)


41260
41261
41262
41263
41264
# File 'lib/aws-sdk-sagemaker/types.rb', line 41260

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