Class: Aws::SageMaker::Types::DeleteContextRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteContextRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context_name ⇒ String
The name of the context to delete.
Instance Attribute Details
#context_name ⇒ String
The name of the context to delete.
11315 11316 11317 11318 11319 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11315 class DeleteContextRequest < Struct.new( :context_name) SENSITIVE = [] include Aws::Structure end |