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)


42832
42833
42834
42835
42836
42837
42838
42839
42840
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42832

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)


42832
42833
42834
42835
42836
42837
42838
42839
42840
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42832

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>)


42832
42833
42834
42835
42836
42837
42838
42839
42840
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42832

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>)


42832
42833
42834
42835
42836
42837
42838
42839
42840
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42832

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)


42832
42833
42834
42835
42836
42837
42838
42839
42840
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42832

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