Class: Aws::SageMaker::Types::CreateSpaceResponse

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)


9094
9095
9096
9097
9098
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9094

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