Class: Aws::SageMaker::Types::DeleteStudioLifecycleConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteStudioLifecycleConfigRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#studio_lifecycle_config_name ⇒ String
The name of the Amazon SageMaker Studio Lifecycle Configuration to delete.
Instance Attribute Details
#studio_lifecycle_config_name ⇒ String
The name of the Amazon SageMaker Studio Lifecycle Configuration to delete.
11785 11786 11787 11788 11789 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11785 class DeleteStudioLifecycleConfigRequest < Struct.new( :studio_lifecycle_config_name) SENSITIVE = [] include Aws::Structure end |