Class: Aws::Comprehend::Types::CreateFlywheelResponse

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

#active_model_arnString

The Amazon Resource Number (ARN) of the active model version.

Returns:

  • (String)


1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1432

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

#flywheel_arnString

The Amazon Resource Number (ARN) of the flywheel.

Returns:

  • (String)


1432
1433
1434
1435
1436
1437
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1432

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