Class: Aws::Types::StopTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:



2550
2551
2552
# File 'sig/types.rbs', line 2550

def cluster
  @cluster
end

#reason::String

Returns the value of attribute reason.

Returns:



2552
2553
2554
# File 'sig/types.rbs', line 2552

def reason
  @reason
end

#task::String

Returns the value of attribute task.

Returns:



2551
2552
2553
# File 'sig/types.rbs', line 2551

def task
  @task
end