Class: Aws::Types::DeploymentComponentUpdatePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ "NOTIFY_COMPONENTS", "SKIP_NOTIFY_COMPONENTS"

Returns the value of attribute action.

Returns:

  • ("NOTIFY_COMPONENTS", "SKIP_NOTIFY_COMPONENTS")


238
239
240
# File 'sig/types.rbs', line 238

def action
  @action
end

#timeout_in_seconds ⇒ ::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


237
238
239
# File 'sig/types.rbs', line 237

def timeout_in_seconds
  @timeout_in_seconds
end