Class: Aws::Types::JobPostLaunchActionsLaunchStatus

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)


672
673
674
# File 'sig/types.rbs', line 672

def execution_id
  @execution_id
end

#execution_status ⇒ "IN_PROGRESS", ...

Returns the value of attribute execution_status.

Returns:

  • ("IN_PROGRESS", "SUCCESS", "FAILED")


673
674
675
# File 'sig/types.rbs', line 673

def execution_status
  @execution_status
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def failure_reason
  @failure_reason
end

#ssm_document ⇒ Types::SsmDocument

Returns the value of attribute ssm_document.

Returns:



670
671
672
# File 'sig/types.rbs', line 670

def ssm_document
  @ssm_document
end

#ssm_document_type ⇒ "AUTOMATION", "COMMAND"

Returns the value of attribute ssm_document_type.

Returns:

  • ("AUTOMATION", "COMMAND")


671
672
673
# File 'sig/types.rbs', line 671

def ssm_document_type
  @ssm_document_type
end