Class: Aws::Types::MonitorDataSource
- Inherits:
-
Object
- Object
- Aws::Types::MonitorDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_import_job_arn ⇒ ::String
Returns the value of attribute dataset_import_job_arn.
-
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
-
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
Instance Attribute Details
#dataset_import_job_arn ⇒ ::String
Returns the value of attribute dataset_import_job_arn.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def dataset_import_job_arn @dataset_import_job_arn end |
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def forecast_arn @forecast_arn end |
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def predictor_arn @predictor_arn end |