Module: Aws::ForecastService::Client::_DescribeMonitorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMonitorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #baseline ⇒ Types::Baseline
- #creation_time ⇒ ::Time
- #estimated_evaluation_time_remaining_in_minutes ⇒ ::Integer
- #last_evaluation_state ⇒ ::String
- #last_evaluation_time ⇒ ::Time
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #monitor_arn ⇒ ::String
- #monitor_name ⇒ ::String
- #resource_arn ⇒ ::String
- #status ⇒ ::String
Instance Method Details
#baseline ⇒ Types::Baseline
797 |
# File 'sig/client.rbs', line 797
def baseline: () -> Types::Baseline
|
#creation_time ⇒ ::Time
799 |
# File 'sig/client.rbs', line 799
def creation_time: () -> ::Time
|
#estimated_evaluation_time_remaining_in_minutes ⇒ ::Integer
801 |
# File 'sig/client.rbs', line 801
def estimated_evaluation_time_remaining_in_minutes: () -> ::Integer
|
#last_evaluation_state ⇒ ::String
796 |
# File 'sig/client.rbs', line 796
def last_evaluation_state: () -> ::String
|
#last_evaluation_time ⇒ ::Time
795 |
# File 'sig/client.rbs', line 795
def last_evaluation_time: () -> ::Time
|
#last_modification_time ⇒ ::Time
800 |
# File 'sig/client.rbs', line 800
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
798 |
# File 'sig/client.rbs', line 798
def message: () -> ::String
|
#monitor_arn ⇒ ::String
792 |
# File 'sig/client.rbs', line 792
def monitor_arn: () -> ::String
|
#monitor_name ⇒ ::String
791 |
# File 'sig/client.rbs', line 791
def monitor_name: () -> ::String
|
#resource_arn ⇒ ::String
793 |
# File 'sig/client.rbs', line 793
def resource_arn: () -> ::String
|
#status ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def status: () -> ::String
|