Class: Aws::SageMaker::Types::DeleteSpaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteSpaceRequest
- 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.
11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11844 class DeleteSpaceRequest < Struct.new( :domain_id, :space_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11844 class DeleteSpaceRequest < Struct.new( :domain_id, :space_name) SENSITIVE = [] include Aws::Structure end |