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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


43839
43840
43841
43842
43843
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43839

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