Class: Aws::SageMaker::Types::DescribeHubRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeHubRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
14621 14622 14623 14624 14625 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14621 class DescribeHubRequest < Struct.new( :hub_name) SENSITIVE = [] include Aws::Structure end |