Class: Aws::SageMaker::Types::DescribeSpaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeSpaceRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
17400 17401 17402 17403 17404 17405 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17400 class DescribeSpaceRequest < Struct.new( :domain_id, :space_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
17400 17401 17402 17403 17404 17405 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17400 class DescribeSpaceRequest < Struct.new( :domain_id, :space_name) SENSITIVE = [] include Aws::Structure end |