Class: Aws::Comprehend::Types::UpdateEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::UpdateEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_model_arn ⇒ String
The Amazon Resource Number (ARN) of the new model.
Instance Attribute Details
#desired_model_arn ⇒ String
The Amazon Resource Number (ARN) of the new model.
8844 8845 8846 8847 8848 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8844 class UpdateEndpointResponse < Struct.new( :desired_model_arn) SENSITIVE = [] include Aws::Structure end |