Class: Aws::Comprehend::Types::DeleteFlywheelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flywheel_arnString

The Amazon Resource Number (ARN) of the flywheel to delete.

Returns:

  • (String)


1864
1865
1866
1867
1868
# File 'lib/aws-sdk-comprehend/types.rb', line 1864

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