Class: Aws::SageMaker::Types::UpdateDomainResponse

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

Returns:

  • (String)


43210
43211
43212
43213
43214
# File 'lib/aws-sdk-sagemaker/types.rb', line 43210

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