Class: Aws::SageMaker::Types::DeleteActionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameString

The name of the action to delete.

Returns:

  • (String)


15778
15779
15780
15781
15782
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15778

class DeleteActionRequest < Struct.new(
  :action_name)
  SENSITIVE = []
  include Aws::Structure
end