Class: Aws::SageMaker::Types::CreateEndpointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateEndpointOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
6676 6677 6678 6679 6680 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6676 class CreateEndpointOutput < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |