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

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


7357
7358
7359
7360
7361
7362
7363
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7357

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

#domain_idString

The ID of the created domain.

Returns:

  • (String)


7357
7358
7359
7360
7361
7362
7363
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7357

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

#urlString

The URL to the created domain.

Returns:

  • (String)


7357
7358
7359
7360
7361
7362
7363
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7357

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