Class: Aws::Types::DescribeMonitorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMonitorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline ⇒ Types::Baseline
Returns the value of attribute baseline.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#estimated_evaluation_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_evaluation_time_remaining_in_minutes.
-
#last_evaluation_state ⇒ ::String
Returns the value of attribute last_evaluation_state.
-
#last_evaluation_time ⇒ ::Time
Returns the value of attribute last_evaluation_time.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#baseline ⇒ Types::Baseline
Returns the value of attribute baseline.
573 574 575 |
# File 'sig/types.rbs', line 573 def baseline @baseline end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
575 576 577 |
# File 'sig/types.rbs', line 575 def creation_time @creation_time end |
#estimated_evaluation_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_evaluation_time_remaining_in_minutes.
577 578 579 |
# File 'sig/types.rbs', line 577 def estimated_evaluation_time_remaining_in_minutes @estimated_evaluation_time_remaining_in_minutes end |
#last_evaluation_state ⇒ ::String
Returns the value of attribute last_evaluation_state.
572 573 574 |
# File 'sig/types.rbs', line 572 def last_evaluation_state @last_evaluation_state end |
#last_evaluation_time ⇒ ::Time
Returns the value of attribute last_evaluation_time.
571 572 573 |
# File 'sig/types.rbs', line 571 def last_evaluation_time @last_evaluation_time end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
576 577 578 |
# File 'sig/types.rbs', line 576 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
574 575 576 |
# File 'sig/types.rbs', line 574 def @message end |
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
568 569 570 |
# File 'sig/types.rbs', line 568 def monitor_arn @monitor_arn end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
567 568 569 |
# File 'sig/types.rbs', line 567 def monitor_name @monitor_name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
569 570 571 |
# File 'sig/types.rbs', line 569 def resource_arn @resource_arn end |
#status ⇒ ::String
Returns the value of attribute status.
570 571 572 |
# File 'sig/types.rbs', line 570 def status @status end |