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.
17361 17362 17363 17364 17365 17366 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17361 class DescribeSpaceRequest < Struct.new( :domain_id, :space_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
17361 17362 17363 17364 17365 17366 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17361 class DescribeSpaceRequest < Struct.new( :domain_id, :space_name) SENSITIVE = [] include Aws::Structure end |