Class: Aws::SageMaker::Types::UpdateMonitoringScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateMonitoringScheduleResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
Instance Attribute Details
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
48393 48394 48395 48396 48397 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48393 class UpdateMonitoringScheduleResponse < Struct.new( :monitoring_schedule_arn) SENSITIVE = [] include Aws::Structure end |