Class: Aws::SageMaker::Types::DomainDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DomainDetails
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The domain’s details.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time.
 - 
  
    
      #domain_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The domain’s Amazon Resource Name (ARN).
 - 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The domain ID.
 - 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The domain name.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last modified time.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status.
 - 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The domain’s URL.
 
Instance Attribute Details
#creation_time ⇒ Time
The creation time.
      19866 19867 19868 19869 19870 19871 19872 19873 19874 19875 19876  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19866 class DomainDetails < Struct.new( :domain_arn, :domain_id, :domain_name, :status, :creation_time, :last_modified_time, :url) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_arn ⇒ String
The domain’s Amazon Resource Name (ARN).
      19866 19867 19868 19869 19870 19871 19872 19873 19874 19875 19876  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19866 class DomainDetails < Struct.new( :domain_arn, :domain_id, :domain_name, :status, :creation_time, :last_modified_time, :url) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_id ⇒ String
The domain ID.
      19866 19867 19868 19869 19870 19871 19872 19873 19874 19875 19876  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19866 class DomainDetails < Struct.new( :domain_arn, :domain_id, :domain_name, :status, :creation_time, :last_modified_time, :url) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_name ⇒ String
The domain name.
      19866 19867 19868 19869 19870 19871 19872 19873 19874 19875 19876  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19866 class DomainDetails < Struct.new( :domain_arn, :domain_id, :domain_name, :status, :creation_time, :last_modified_time, :url) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The last modified time.
      19866 19867 19868 19869 19870 19871 19872 19873 19874 19875 19876  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19866 class DomainDetails < Struct.new( :domain_arn, :domain_id, :domain_name, :status, :creation_time, :last_modified_time, :url) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status.
      19866 19867 19868 19869 19870 19871 19872 19873 19874 19875 19876  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19866 class DomainDetails < Struct.new( :domain_arn, :domain_id, :domain_name, :status, :creation_time, :last_modified_time, :url) SENSITIVE = [] include Aws::Structure end  | 
  
#url ⇒ String
The domain’s URL.
      19866 19867 19868 19869 19870 19871 19872 19873 19874 19875 19876  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19866 class DomainDetails < Struct.new( :domain_arn, :domain_id, :domain_name, :status, :creation_time, :last_modified_time, :url) SENSITIVE = [] include Aws::Structure end  |