Class: Aws::SageMaker::Types::HubInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::HubInfo
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Information about a hub.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the hub was created.
 - 
  
    
      #hub_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the hub.
 - 
  
    
      #hub_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the hub.
 - 
  
    
      #hub_display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of the hub.
 - 
  
    
      #hub_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the hub.
 - 
  
    
      #hub_search_keywords  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The searchable keywords for the hub.
 - 
  
    
      #hub_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the hub.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the hub was last modified.
 
Instance Attribute Details
#creation_time ⇒ Time
The date and time that the hub was created.
      22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22780 class HubInfo < Struct.new( :hub_name, :hub_arn, :hub_display_name, :hub_description, :hub_search_keywords, :hub_status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_arn ⇒ String
The Amazon Resource Name (ARN) of the hub.
      22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22780 class HubInfo < Struct.new( :hub_name, :hub_arn, :hub_display_name, :hub_description, :hub_search_keywords, :hub_status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_description ⇒ String
A description of the hub.
      22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22780 class HubInfo < Struct.new( :hub_name, :hub_arn, :hub_display_name, :hub_description, :hub_search_keywords, :hub_status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_display_name ⇒ String
The display name of the hub.
      22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22780 class HubInfo < Struct.new( :hub_name, :hub_arn, :hub_display_name, :hub_description, :hub_search_keywords, :hub_status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_name ⇒ String
The name of the hub.
      22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22780 class HubInfo < Struct.new( :hub_name, :hub_arn, :hub_display_name, :hub_description, :hub_search_keywords, :hub_status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_search_keywords ⇒ Array<String>
The searchable keywords for the hub.
      22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22780 class HubInfo < Struct.new( :hub_name, :hub_arn, :hub_display_name, :hub_description, :hub_search_keywords, :hub_status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#hub_status ⇒ String
The status of the hub.
      22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22780 class HubInfo < Struct.new( :hub_name, :hub_arn, :hub_display_name, :hub_description, :hub_search_keywords, :hub_status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The date and time that the hub was last modified.
      22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22780 class HubInfo < Struct.new( :hub_name, :hub_arn, :hub_display_name, :hub_description, :hub_search_keywords, :hub_status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |