Class: Aws::SageMaker::Types::InferenceHubAccessConfig

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Configuration information specifying which hub contents have accessible deployment options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hub_content_arnString

The ARN of the hub content for which deployment access is allowed.

Returns:

  • (String)


24631
24632
24633
24634
24635
# File 'lib/aws-sdk-sagemaker/types.rb', line 24631

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