Class: Aws::Types::DeploymentEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_invocations ⇒ ::Array[Types::ActionInvocation]

Returns the value of attribute action_invocations.

Returns:



312
313
314
# File 'sig/types.rbs', line 312

def action_invocations
  @action_invocations
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def description
  @description
end

#event_type ⇒ "PERCENTAGE_UPDATED", ...

Returns the value of attribute event_type.

Returns:

  • ("PERCENTAGE_UPDATED", "ROLLBACK_STARTED", "ROLLBACK_COMPLETED", "BAKE_TIME_STARTED", "DEPLOYMENT_STARTED", "DEPLOYMENT_COMPLETED", "REVERT_COMPLETED")


309
310
311
# File 'sig/types.rbs', line 309

def event_type
  @event_type
end

#occurred_at ⇒ ::Time

Returns the value of attribute occurred_at.

Returns:

  • (::Time)


313
314
315
# File 'sig/types.rbs', line 313

def occurred_at
  @occurred_at
end

#triggered_by ⇒ "USER", ...

Returns the value of attribute triggered_by.

Returns:

  • ("USER", "APPCONFIG", "CLOUDWATCH_ALARM", "INTERNAL_ERROR")


310
311
312
# File 'sig/types.rbs', line 310

def triggered_by
  @triggered_by
end