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)


6332
6333
6334
6335
6336
6337
# File 'lib/aws-sdk-sagemaker/types.rb', line 6332

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

#urlString

The URL to the created domain.

Returns:

  • (String)


6332
6333
6334
6335
6336
6337
# File 'lib/aws-sdk-sagemaker/types.rb', line 6332

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