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

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 update.

Returns:

  • (String)


42751
42752
42753
42754
42755
42756
42757
42758
42759
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42751

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

#descriptionString

The new description for the action.

Returns:

  • (String)


42751
42752
42753
42754
42755
42756
42757
42758
42759
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42751

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.

Returns:

  • (Hash<String,String>)


42751
42752
42753
42754
42755
42756
42757
42758
42759
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42751

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.

Returns:

  • (Array<String>)


42751
42752
42753
42754
42755
42756
42757
42758
42759
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42751

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

#statusString

The new status for the action.

Returns:

  • (String)


42751
42752
42753
42754
42755
42756
42757
42758
42759
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42751

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