Class: Aws::SageMaker::Types::UltraServerInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UltraServerInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Contains information about the UltraServer object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the UltraServer.
Instance Attribute Details
#id ⇒ String
The unique identifier of the UltraServer.
50289 50290 50291 50292 50293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 50289 class UltraServerInfo < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |