Class: Aws::Types::TaskSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state ⇒ "IN_PROGRESS", ...

Returns the value of attribute state.

Returns:

  • ("IN_PROGRESS", "CANCELED", "COMPLETED")


314
315
316
# File 'sig/types.rbs', line 314

def state
  @state
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


315
316
317
# File 'sig/types.rbs', line 315

def tags
  @tags
end

#task_arn ⇒ ::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def task_arn
  @task_arn
end

#task_id ⇒ ::String

Returns the value of attribute task_id.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def task_id
  @task_id
end