Class: Aws::SageMaker::Types::DescribeAppRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeAppRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the app.
 - 
  
    
      #app_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of app.
 - 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The domain ID.
 - 
  
    
      #space_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the space.
 - 
  
    
      #user_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user profile name.
 
Instance Attribute Details
#app_name ⇒ String
The name of the app.
      13069 13070 13071 13072 13073 13074 13075 13076 13077  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13069 class DescribeAppRequest < Struct.new( :domain_id, :user_profile_name, :space_name, :app_type, :app_name) SENSITIVE = [] include Aws::Structure end  | 
  
#app_type ⇒ String
The type of app.
      13069 13070 13071 13072 13073 13074 13075 13076 13077  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13069 class DescribeAppRequest < Struct.new( :domain_id, :user_profile_name, :space_name, :app_type, :app_name) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_id ⇒ String
The domain ID.
      13069 13070 13071 13072 13073 13074 13075 13076 13077  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13069 class DescribeAppRequest < Struct.new( :domain_id, :user_profile_name, :space_name, :app_type, :app_name) SENSITIVE = [] include Aws::Structure end  | 
  
#space_name ⇒ String
The name of the space.
      13069 13070 13071 13072 13073 13074 13075 13076 13077  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13069 class DescribeAppRequest < Struct.new( :domain_id, :user_profile_name, :space_name, :app_type, :app_name) SENSITIVE = [] include Aws::Structure end  | 
  
#user_profile_name ⇒ String
The user profile name. If this value is not set, then ‘SpaceName` must be set.
      13069 13070 13071 13072 13073 13074 13075 13076 13077  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13069 class DescribeAppRequest < Struct.new( :domain_id, :user_profile_name, :space_name, :app_type, :app_name) SENSITIVE = [] include Aws::Structure end  |