Class: Aws::SageMaker::Types::HubS3StorageConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::HubS3StorageConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The Amazon S3 storage configuration of a hub.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_output_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 bucket prefix for hosting hub content.
 
Instance Attribute Details
#s3_output_path ⇒ String
The Amazon S3 bucket prefix for hosting hub content.
      22801 22802 22803 22804 22805  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22801 class HubS3StorageConfig < Struct.new( :s3_output_path) SENSITIVE = [] include Aws::Structure end  |