Class: Aws::Comprehend::Types::DescribeFlywheelResponse

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_propertiesTypes::FlywheelProperties

The flywheel properties.



2147
2148
2149
2150
2151
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2147

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