Class: Aws::Types::ExecutionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_execution_id::String

Returns the value of attribute external_execution_id.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def external_execution_id
  @external_execution_id
end

#percent_complete::Integer

Returns the value of attribute percent_complete.

Returns:

  • (::Integer)


489
490
491
# File 'sig/types.rbs', line 489

def percent_complete
  @percent_complete
end

#summary::String

Returns the value of attribute summary.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def summary
  @summary
end