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

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

#space_arnString

The space’s Amazon Resource Name (ARN).

Returns:

  • (String)


58112
58113
58114
58115
58116
# File 'lib/aws-sdk-sagemaker/types.rb', line 58112

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