Class: Aws::SageMaker::Types::ImportHubContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ImportHubContentResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_arn ⇒ String
The ARN of the hub that the content was imported into.
-
#hub_content_arn ⇒ String
The ARN of the hub content that was imported.
Instance Attribute Details
#hub_arn ⇒ String
The ARN of the hub that the content was imported into.
24190 24191 24192 24193 24194 24195 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24190 class ImportHubContentResponse < Struct.new( :hub_arn, :hub_content_arn) SENSITIVE = [] include Aws::Structure end |
#hub_content_arn ⇒ String
The ARN of the hub content that was imported.
24190 24191 24192 24193 24194 24195 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24190 class ImportHubContentResponse < Struct.new( :hub_arn, :hub_content_arn) SENSITIVE = [] include Aws::Structure end |