Class: Aws::Types::DescribeMonitoringScheduleResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



4896
4897
4898
# File 'sig/types.rbs', line 4896

def creation_time
  @creation_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:



4899
4900
4901
# File 'sig/types.rbs', line 4899

def endpoint_name
  @endpoint_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:



4895
4896
4897
# File 'sig/types.rbs', line 4895

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



4897
4898
4899
# File 'sig/types.rbs', line 4897

def last_modified_time
  @last_modified_time
end

#last_monitoring_execution_summaryTypes::MonitoringExecutionSummary

Returns the value of attribute last_monitoring_execution_summary.

Returns:



4900
4901
4902
# File 'sig/types.rbs', line 4900

def last_monitoring_execution_summary
  @last_monitoring_execution_summary
end

#monitoring_schedule_arn::String

Returns the value of attribute monitoring_schedule_arn.

Returns:



4891
4892
4893
# File 'sig/types.rbs', line 4891

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

#monitoring_schedule_configTypes::MonitoringScheduleConfig

Returns the value of attribute monitoring_schedule_config.

Returns:



4898
4899
4900
# File 'sig/types.rbs', line 4898

def monitoring_schedule_config
  @monitoring_schedule_config
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:



4892
4893
4894
# File 'sig/types.rbs', line 4892

def monitoring_schedule_name
  @monitoring_schedule_name
end

#monitoring_schedule_status"Pending", ...

Returns the value of attribute monitoring_schedule_status.

Returns:



4893
4894
4895
# File 'sig/types.rbs', line 4893

def monitoring_schedule_status
  @monitoring_schedule_status
end

#monitoring_type"DataQuality", ...

Returns the value of attribute monitoring_type.

Returns:



4894
4895
4896
# File 'sig/types.rbs', line 4894

def monitoring_type
  @monitoring_type
end