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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


13723
13724
13725
13726
13727
# File 'lib/aws-sdk-sagemaker/types.rb', line 13723

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