Class: Aws::Types::ExecutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_id ⇒ ::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def execution_id
  @execution_id
end

#managed_device_id ⇒ ::String

Returns the value of attribute managed_device_id.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def managed_device_id
  @managed_device_id
end

#state ⇒ "QUEUED", ...

Returns the value of attribute state.

Returns:

  • ("QUEUED", "IN_PROGRESS", "CANCELED", "FAILED", "SUCCEEDED", "REJECTED", "TIMED_OUT")


154
155
156
# File 'sig/types.rbs', line 154

def state
  @state
end

#task_id ⇒ ::String

Returns the value of attribute task_id.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def task_id
  @task_id
end