Class: Aws::Types::DescribeExecutionOutput

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)


108
109
110
# File 'sig/types.rbs', line 108

def execution_id
  @execution_id
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


109
110
111
# File 'sig/types.rbs', line 109

def last_updated_at
  @last_updated_at
end

#managed_device_id ⇒ ::String

Returns the value of attribute managed_device_id.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def managed_device_id
  @managed_device_id
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


111
112
113
# File 'sig/types.rbs', line 111

def started_at
  @started_at
end

#state ⇒ "QUEUED", ...

Returns the value of attribute state.

Returns:

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


112
113
114
# File 'sig/types.rbs', line 112

def state
  @state
end

#task_id ⇒ ::String

Returns the value of attribute task_id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def task_id
  @task_id
end