Class: Aws::SageMaker::Types::DescribeSpaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeSpaceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The ID of the associated domain.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#domain_id ⇒ String
The ID of the associated domain.
17284 17285 17286 17287 17288 17289 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17284 class DescribeSpaceRequest < Struct.new( :domain_id, :space_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
17284 17285 17286 17287 17288 17289 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17284 class DescribeSpaceRequest < Struct.new( :domain_id, :space_name) SENSITIVE = [] include Aws::Structure end |