Class: Aws::SageMaker::Types::UpdateActionRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 update.



52417
52418
52419
52420
52421
52422
52423
52424
52425
# File 'lib/aws-sdk-sagemaker/types.rb', line 52417

class UpdateActionRequest < Struct.new(
  :action_name,
  :description,
  :status,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description for the action.



52417
52418
52419
52420
52421
52422
52423
52424
52425
# File 'lib/aws-sdk-sagemaker/types.rb', line 52417

class UpdateActionRequest < Struct.new(
  :action_name,
  :description,
  :status,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,String>

The new list of properties. Overwrites the current property list.



52417
52418
52419
52420
52421
52422
52423
52424
52425
# File 'lib/aws-sdk-sagemaker/types.rb', line 52417

class UpdateActionRequest < Struct.new(
  :action_name,
  :description,
  :status,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#properties_to_removeArray<String>

A list of properties to remove.



52417
52418
52419
52420
52421
52422
52423
52424
52425
# File 'lib/aws-sdk-sagemaker/types.rb', line 52417

class UpdateActionRequest < Struct.new(
  :action_name,
  :description,
  :status,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The new status for the action.



52417
52418
52419
52420
52421
52422
52423
52424
52425
# File 'lib/aws-sdk-sagemaker/types.rb', line 52417

class UpdateActionRequest < Struct.new(
  :action_name,
  :description,
  :status,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end