Class: Aws::SageMaker::Types::DescribeHubRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeHubRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_name ⇒ String
The name of the hub to describe.
Instance Attribute Details
#hub_name ⇒ String
The name of the hub to describe.
13632 13633 13634 13635 13636 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13632 class DescribeHubRequest < Struct.new( :hub_name) SENSITIVE = [] include Aws::Structure end |