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

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

#domain_idString

The ID of the associated Domain.

Returns:

  • (String)


15161
15162
15163
15164
15165
15166
# File 'lib/aws-sdk-sagemaker/types.rb', line 15161

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

#space_nameString

The name of the space.

Returns:

  • (String)


15161
15162
15163
15164
15165
15166
# File 'lib/aws-sdk-sagemaker/types.rb', line 15161

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