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:

  • (::String)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def cluster
  @cluster
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def reason
  @reason
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def task
  @task
end