Class: Aws::Types::PutLifecycleEventHookExecutionStatusInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def deployment_id
  @deployment_id
end

#lifecycle_event_hook_execution_id::String

Returns the value of attribute lifecycle_event_hook_execution_id.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def lifecycle_event_hook_execution_id
  @lifecycle_event_hook_execution_id
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Succeeded", "Failed", "Skipped", "Unknown")


1087
1088
1089
# File 'sig/types.rbs', line 1087

def status
  @status
end