Class: Aws::SageMaker::Types::CreateHubContentReferenceResponse

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_arnString

The ARN of the hub that the hub content reference was added to.

Returns:

  • (String)


6727
6728
6729
6730
6731
6732
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6727

class CreateHubContentReferenceResponse < Struct.new(
  :hub_arn,
  :hub_content_arn)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_arnString

The ARN of the hub content.

Returns:

  • (String)


6727
6728
6729
6730
6731
6732
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6727

class CreateHubContentReferenceResponse < Struct.new(
  :hub_arn,
  :hub_content_arn)
  SENSITIVE = []
  include Aws::Structure
end