Class: Aws::SageMaker::Types::DescribeHubRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hub_nameString

The name of the hub to describe.

Returns:

  • (String)


13731
13732
13733
13734
13735
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13731

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