Class: Aws::SageMaker::Types::DescribeSpaceRequest

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

#domain_idString

The ID of the associated domain.

Returns:

  • (String)


16235
16236
16237
16238
16239
16240
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16235

class DescribeSpaceRequest < Struct.new(
  :domain_id,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


16235
16236
16237
16238
16239
16240
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16235

class DescribeSpaceRequest < Struct.new(
  :domain_id,
  :space_name)
  SENSITIVE = []
  include Aws::Structure
end