Class: Aws::Comprehend::Types::DescribeFlywheelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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.

Returns:

  • (String)


2135
2136
2137
2138
2139
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2135

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