Class: Aws::ForecastService::Types::DeleteResourceTreeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DeleteResourceTreeRequest
- 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) of the parent resource to delete.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the parent resource to delete. All child resources of the parent resource will also be deleted.
2208 2209 2210 2211 2212 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 2208 class DeleteResourceTreeRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |