Class: Aws::Types::DescribeForecastResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeForecastResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
-
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
-
#forecast_name ⇒ ::String
Returns the value of attribute forecast_name.
-
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#time_series_selector ⇒ Types::TimeSeriesSelector
Returns the value of attribute time_series_selector.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
555 556 557 |
# File 'sig/types.rbs', line 555 def creation_time @creation_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
551 552 553 |
# File 'sig/types.rbs', line 551 def dataset_group_arn @dataset_group_arn end |
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
552 553 554 |
# File 'sig/types.rbs', line 552 def estimated_time_remaining_in_minutes @estimated_time_remaining_in_minutes end |
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
547 548 549 |
# File 'sig/types.rbs', line 547 def forecast_arn @forecast_arn end |
#forecast_name ⇒ ::String
Returns the value of attribute forecast_name.
548 549 550 |
# File 'sig/types.rbs', line 548 def forecast_name @forecast_name end |
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
549 550 551 |
# File 'sig/types.rbs', line 549 def forecast_types @forecast_types end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
556 557 558 |
# File 'sig/types.rbs', line 556 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
554 555 556 |
# File 'sig/types.rbs', line 554 def end |
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
550 551 552 |
# File 'sig/types.rbs', line 550 def predictor_arn @predictor_arn end |
#status ⇒ ::String
Returns the value of attribute status.
553 554 555 |
# File 'sig/types.rbs', line 553 def status @status end |
#time_series_selector ⇒ Types::TimeSeriesSelector
Returns the value of attribute time_series_selector.
557 558 559 |
# File 'sig/types.rbs', line 557 def time_series_selector @time_series_selector end |