Class: Aws::Comprehend::Types::UpdateEndpointResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#desired_model_arnString

The Amazon Resource Number (ARN) of the new model.

Returns:

  • (String)


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