Class: Aws::Types::UpdateTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3803
3804
3805
# File 'sig/types.rbs', line 3803

def description
  @description
end

#task_configurationTypes::TaskConfiguration

Returns the value of attribute task_configuration.



3804
3805
3806
# File 'sig/types.rbs', line 3804

def task_configuration
  @task_configuration
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


3802
3803
3804
# File 'sig/types.rbs', line 3802

def task_name
  @task_name
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3801
3802
3803
# File 'sig/types.rbs', line 3801

def workspace_name
  @workspace_name
end