Class: Aws::SageMaker::Types::DescribeHubContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeHubContentRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_content_name ⇒ String
The name of the content to describe.
-
#hub_content_type ⇒ String
The type of content in the hub.
-
#hub_content_version ⇒ String
The version of the content to describe.
-
#hub_name ⇒ String
The name of the hub that contains the content to describe.
Instance Attribute Details
#hub_content_name ⇒ String
The name of the content to describe.
14462 14463 14464 14465 14466 14467 14468 14469 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14462 class DescribeHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end |
#hub_content_type ⇒ String
The type of content in the hub.
14462 14463 14464 14465 14466 14467 14468 14469 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14462 class DescribeHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end |
#hub_content_version ⇒ String
The version of the content to describe.
14462 14463 14464 14465 14466 14467 14468 14469 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14462 class DescribeHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end |
#hub_name ⇒ String
The name of the hub that contains the content to describe.
14462 14463 14464 14465 14466 14467 14468 14469 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14462 class DescribeHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end |