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

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_arnString

The ARN of the hub that the content was imported into.

Returns:

  • (String)


21576
21577
21578
21579
21580
21581
# File 'lib/aws-sdk-sagemaker/types.rb', line 21576

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)


21576
21577
21578
21579
21580
21581
# File 'lib/aws-sdk-sagemaker/types.rb', line 21576

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