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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arnString

The domain Amazon Resource Name (ARN).



19745
19746
19747
19748
# File 'lib/aws-sdk-sagemaker/types.rb', line 19745

class UpdateDomainResponse < Struct.new(
  :domain_arn)
  include Aws::Structure
end