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.
13532 13533 13534 13535 13536 13537 13538 13539 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13532 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.
13532 13533 13534 13535 13536 13537 13538 13539 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13532 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.
13532 13533 13534 13535 13536 13537 13538 13539 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13532 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.
13532 13533 13534 13535 13536 13537 13538 13539 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13532 class DescribeHubContentRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version) SENSITIVE = [] include Aws::Structure end |