Class: Aws::SageMaker::Types::ImportHubContentResponse

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 content was imported into.

Returns:

  • (String)


22824
22825
22826
22827
22828
22829
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22824

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

#hub_content_arnString

The ARN of the hub content that was imported.

Returns:

  • (String)


22824
22825
22826
22827
22828
22829
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22824

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