Class: Aws::SageMaker::Types::CreateDomainResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arnString

The Amazon Resource Name (ARN) of the created domain.

Returns:

  • (String)


6901
6902
6903
6904
6905
6906
6907
# File 'lib/aws-sdk-sagemaker/types.rb', line 6901

class CreateDomainResponse < Struct.new(
  :domain_arn,
  :domain_id,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The ID of the created domain.

Returns:

  • (String)


6901
6902
6903
6904
6905
6906
6907
# File 'lib/aws-sdk-sagemaker/types.rb', line 6901

class CreateDomainResponse < Struct.new(
  :domain_arn,
  :domain_id,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL to the created domain.

Returns:

  • (String)


6901
6902
6903
6904
6905
6906
6907
# File 'lib/aws-sdk-sagemaker/types.rb', line 6901

class CreateDomainResponse < Struct.new(
  :domain_arn,
  :domain_id,
  :url)
  SENSITIVE = []
  include Aws::Structure
end