Class: Aws::Comprehend::Types::ImportModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ImportModelResponse
- Defined in:
- gems/aws-sdk-comprehend/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.
3915 3916 3917 3918 3919 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3915 class ImportModelResponse < Struct.new( :model_arn) SENSITIVE = [] include Aws::Structure end |