Class: Aws::SageMaker::Types::CreateHubContentReferenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHubContentReferenceResponse
- Defined in:
- gems/aws-sdk-sagemaker/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 hub content reference was added to.
-
#hub_content_arn ⇒ String
The ARN of the hub content.
Instance Attribute Details
#hub_arn ⇒ String
The ARN of the hub that the hub content reference was added to.
7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7501 class CreateHubContentReferenceResponse < Struct.new( :hub_arn, :hub_content_arn) SENSITIVE = [] include Aws::Structure end |
#hub_content_arn ⇒ String
The ARN of the hub content.
7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7501 class CreateHubContentReferenceResponse < Struct.new( :hub_arn, :hub_content_arn) SENSITIVE = [] include Aws::Structure end |