Class: Aws::ForecastService::Types::StopResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::StopResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the resource to stop.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the resource to stop. The supported ARNs are ‘DatasetImportJobArn`, `PredictorArn`, `PredictorBacktestExportJobArn`, `ForecastArn`, `ForecastExportJobArn`, `ExplainabilityArn`, and `ExplainabilityExportArn`.
6357 6358 6359 6360 6361 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 6357 class StopResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |