Class: Aws::Comprehend::Types::CreateEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::CreateEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
The Amazon Resource Number (ARN) of the endpoint being created.
-
#model_arn ⇒ String
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Number (ARN) of the endpoint being created.
1199 1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1199 class CreateEndpointResponse < Struct.new( :endpoint_arn, :model_arn) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Number (ARN) of the model to which the endpoint is attached.
1199 1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1199 class CreateEndpointResponse < Struct.new( :endpoint_arn, :model_arn) SENSITIVE = [] include Aws::Structure end |