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)


16029
16030
16031
16032
16033
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16029

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