Class: Aws::Comprehend::Types::ImportModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ImportModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model being imported.
Instance Attribute Details
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model being imported.
4970 4971 4972 4973 4974 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4970 class ImportModelResponse < Struct.new( :model_arn) SENSITIVE = [] include Aws::Structure end |