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)


49481
49482
49483
49484
49485
# File 'lib/aws-sdk-sagemaker/types.rb', line 49481

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