Class: Aws::Types::DeploymentEarlySuccessCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enableBoolean

Returns the value of attribute enable.

Returns:

  • (Boolean)


909
910
911
# File 'sig/types.rbs', line 909

def enable
  @enable
end

#healthy_percent::Integer

Returns the value of attribute healthy_percent.

Returns:

  • (::Integer)


910
911
912
# File 'sig/types.rbs', line 910

def healthy_percent
  @healthy_percent
end

#source_service_revision_cleanup"BLOCKING", "DEFERRED"

Returns the value of attribute source_service_revision_cleanup.

Returns:

  • ("BLOCKING", "DEFERRED")


911
912
913
# File 'sig/types.rbs', line 911

def source_service_revision_cleanup
  @source_service_revision_cleanup
end