Class: Aws::SageMaker::Types::UpdateHubContentReferenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateHubContentReferenceResponse
- 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 private model hub that contains the updated hub content.
-
#hub_content_arn ⇒ String
The ARN of the hub content resource that was updated.
Instance Attribute Details
#hub_arn ⇒ String
The ARN of the private model hub that contains the updated hub content.
48263 48264 48265 48266 48267 48268 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48263 class UpdateHubContentReferenceResponse < Struct.new( :hub_arn, :hub_content_arn) SENSITIVE = [] include Aws::Structure end |
#hub_content_arn ⇒ String
The ARN of the hub content resource that was updated.
48263 48264 48265 48266 48267 48268 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48263 class UpdateHubContentReferenceResponse < Struct.new( :hub_arn, :hub_content_arn) SENSITIVE = [] include Aws::Structure end |