Class: Aws::SageMaker::Types::DomainDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The domain’s details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.



17794
17795
17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-sagemaker/types.rb', line 17794

class DomainDetails < Struct.new(
  :domain_arn,
  :domain_id,
  :domain_name,
  :status,
  :creation_time,
  :last_modified_time,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#domain_arnString

The domain’s Amazon Resource Name (ARN).



17794
17795
17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-sagemaker/types.rb', line 17794

class DomainDetails < Struct.new(
  :domain_arn,
  :domain_id,
  :domain_name,
  :status,
  :creation_time,
  :last_modified_time,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The domain ID.



17794
17795
17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-sagemaker/types.rb', line 17794

class DomainDetails < Struct.new(
  :domain_arn,
  :domain_id,
  :domain_name,
  :status,
  :creation_time,
  :last_modified_time,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name.



17794
17795
17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-sagemaker/types.rb', line 17794

class DomainDetails < Struct.new(
  :domain_arn,
  :domain_id,
  :domain_name,
  :status,
  :creation_time,
  :last_modified_time,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last modified time.



17794
17795
17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-sagemaker/types.rb', line 17794

class DomainDetails < Struct.new(
  :domain_arn,
  :domain_id,
  :domain_name,
  :status,
  :creation_time,
  :last_modified_time,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status.



17794
17795
17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-sagemaker/types.rb', line 17794

class DomainDetails < Struct.new(
  :domain_arn,
  :domain_id,
  :domain_name,
  :status,
  :creation_time,
  :last_modified_time,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The domain’s URL.



17794
17795
17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-sagemaker/types.rb', line 17794

class DomainDetails < Struct.new(
  :domain_arn,
  :domain_id,
  :domain_name,
  :status,
  :creation_time,
  :last_modified_time,
  :url)
  SENSITIVE = []
  include Aws::Structure
end