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

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

Returns:

  • (String)


43153
43154
43155
43156
43157
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43153

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