Class: Aws::SageMaker::Types::DescribeHubContentRequest

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_content_nameString

The name of the content to describe.

Returns:

  • (String)


13618
13619
13620
13621
13622
13623
13624
13625
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13618

class DescribeHubContentRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name,
  :hub_content_version)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_typeString

The type of content in the hub.

Returns:

  • (String)


13618
13619
13620
13621
13622
13623
13624
13625
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13618

class DescribeHubContentRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name,
  :hub_content_version)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_versionString

The version of the content to describe.

Returns:

  • (String)


13618
13619
13620
13621
13622
13623
13624
13625
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13618

class DescribeHubContentRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name,
  :hub_content_version)
  SENSITIVE = []
  include Aws::Structure
end

#hub_nameString

The name of the hub that contains the content to describe.

Returns:

  • (String)


13618
13619
13620
13621
13622
13623
13624
13625
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13618

class DescribeHubContentRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name,
  :hub_content_version)
  SENSITIVE = []
  include Aws::Structure
end