Class: Aws::ForecastService::Types::DeleteResourceTreeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the parent resource to delete. All child resources of the parent resource will also be deleted.

Returns:

  • (String)


2208
2209
2210
2211
2212
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2208

class DeleteResourceTreeRequest < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end