Class: Aws::Comprehend::Types::CreateFlywheelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::CreateFlywheelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_model_arn ⇒ String
The Amazon Resource Number (ARN) of the active model version.
-
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel.
Instance Attribute Details
#active_model_arn ⇒ String
The Amazon Resource Number (ARN) of the active model version.
1432 1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1432 class CreateFlywheelResponse < Struct.new( :flywheel_arn, :active_model_arn) SENSITIVE = [] include Aws::Structure end |
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel.
1432 1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1432 class CreateFlywheelResponse < Struct.new( :flywheel_arn, :active_model_arn) SENSITIVE = [] include Aws::Structure end |