Class: Aws::Comprehend::Types::CreateEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

The Amazon Resource Number (ARN) of the endpoint being created.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1218

class CreateEndpointResponse < Struct.new(
  :endpoint_arn,
  :model_arn)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

The Amazon Resource Number (ARN) of the model to which the endpoint is attached.

Returns:

  • (String)


1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1218

class CreateEndpointResponse < Struct.new(
  :endpoint_arn,
  :model_arn)
  SENSITIVE = []
  include Aws::Structure
end