Class: Aws::SageMaker::Types::UpdateHubContentResponse

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 private model hub that contains the updated hub content.

Returns:

  • (String)


51314
51315
51316
51317
51318
51319
# File 'lib/aws-sdk-sagemaker/types.rb', line 51314

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

#hub_content_arnString

The ARN of the hub content resource that was updated.

Returns:

  • (String)


51314
51315
51316
51317
51318
51319
# File 'lib/aws-sdk-sagemaker/types.rb', line 51314

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