Class: Aws::Types::ForecastSummary
- Inherits:
-
Object
- Object
- Aws::Types::ForecastSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_using_auto_predictor ⇒ Boolean
Returns the value of attribute created_using_auto_predictor.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
-
#forecast_name ⇒ ::String
Returns the value of attribute forecast_name.
-
#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.
Instance Attribute Details
#created_using_auto_predictor ⇒ Boolean
Returns the value of attribute created_using_auto_predictor.
792 793 794 |
# File 'sig/types.rbs', line 792 def created_using_auto_predictor @created_using_auto_predictor end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
796 797 798 |
# File 'sig/types.rbs', line 796 def creation_time @creation_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
793 794 795 |
# File 'sig/types.rbs', line 793 def dataset_group_arn @dataset_group_arn end |
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
789 790 791 |
# File 'sig/types.rbs', line 789 def forecast_arn @forecast_arn end |
#forecast_name ⇒ ::String
Returns the value of attribute forecast_name.
790 791 792 |
# File 'sig/types.rbs', line 790 def forecast_name @forecast_name end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
797 798 799 |
# File 'sig/types.rbs', line 797 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
795 796 797 |
# File 'sig/types.rbs', line 795 def end |
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
791 792 793 |
# File 'sig/types.rbs', line 791 def predictor_arn @predictor_arn end |
#status ⇒ ::String
Returns the value of attribute status.
794 795 796 |
# File 'sig/types.rbs', line 794 def status @status end |