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)


14508
14509
14510
14511
14512
# File 'lib/aws-sdk-sagemaker/types.rb', line 14508

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