Class: Aws::SageMaker::Types::UpdateSpaceResponse

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

#space_arnString

The space's Amazon Resource Name (ARN).

Returns:

  • (String)


44304
44305
44306
44307
44308
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44304

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