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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (Time)


17609
17610
17611
17612
17613
17614
17615
17616
17617
17618
17619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17609

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).

Returns:

  • (String)


17609
17610
17611
17612
17613
17614
17615
17616
17617
17618
17619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17609

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.

Returns:

  • (String)


17609
17610
17611
17612
17613
17614
17615
17616
17617
17618
17619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17609

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.

Returns:

  • (String)


17609
17610
17611
17612
17613
17614
17615
17616
17617
17618
17619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17609

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.

Returns:

  • (Time)


17609
17610
17611
17612
17613
17614
17615
17616
17617
17618
17619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17609

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.

Returns:

  • (String)


17609
17610
17611
17612
17613
17614
17615
17616
17617
17618
17619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17609

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.

Returns:

  • (String)


17609
17610
17611
17612
17613
17614
17615
17616
17617
17618
17619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17609

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