Class: Aws::SageMaker::Types::DescribeClusterNodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeClusterNodeResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_details ⇒ Types::ClusterNodeDetails
The details of the instance.
Instance Attribute Details
#node_details ⇒ Types::ClusterNodeDetails
The details of the instance.
12157 12158 12159 12160 12161 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12157 class DescribeClusterNodeResponse < Struct.new( :node_details) SENSITIVE = [] include Aws::Structure end |