Class: Aws::SageMaker::Types::DeleteActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteActionRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_name ⇒ String
The name of the action to delete.
Instance Attribute Details
#action_name ⇒ String
The name of the action to delete.
11120 11121 11122 11123 11124 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11120 class DeleteActionRequest < Struct.new( :action_name) SENSITIVE = [] include Aws::Structure end |