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.
1195 1196 1197 1198 1199 1200 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1195 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.
1195 1196 1197 1198 1199 1200 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1195 class CreateEndpointResponse < Struct.new( :endpoint_arn, :model_arn) SENSITIVE = [] include Aws::Structure end |