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.
46036 46037 46038 46039 46040 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46036 class UpdateMonitoringScheduleResponse < Struct.new( :monitoring_schedule_arn) SENSITIVE = [] include Aws::Structure end |