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)


1843
1844
1845
1846
1847
# File 'lib/aws-sdk-comprehend/types.rb', line 1843

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