Class: Aws::Types::GetCommandExecutionRequest

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)


2331
2332
2333
# File 'sig/types.rbs', line 2331

def execution_id
  @execution_id
end

#include_resultBoolean

Returns the value of attribute include_result.

Returns:

  • (Boolean)


2333
2334
2335
# File 'sig/types.rbs', line 2333

def include_result
  @include_result
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


2332
2333
2334
# File 'sig/types.rbs', line 2332

def target_arn
  @target_arn
end