Class: Aws::SageMaker::Types::UltraServerInfo

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

Overview

Contains information about the UltraServer object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the UltraServer.

Returns:

  • (String)


50245
50246
50247
50248
50249
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50245

class UltraServerInfo < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end