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)


5901
5902
5903
5904
5905
5906
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5901

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

#urlString

The URL to the created domain.

Returns:

  • (String)


5901
5902
5903
5904
5905
5906
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5901

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