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.
1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1218 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.
1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1218 class CreateEndpointResponse < Struct.new( :endpoint_arn, :model_arn) SENSITIVE = [] include Aws::Structure end |