Class: Aws::Types::DeploymentEarlySuccessCriteria
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentEarlySuccessCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable ⇒ Boolean
Returns the value of attribute enable.
-
#healthy_percent ⇒ ::Integer
Returns the value of attribute healthy_percent.
-
#source_service_revision_cleanup ⇒ "BLOCKING", "DEFERRED"
Returns the value of attribute source_service_revision_cleanup.
Instance Attribute Details
#enable ⇒ Boolean
Returns the value of attribute enable.
909 910 911 |
# File 'sig/types.rbs', line 909 def enable @enable end |
#healthy_percent ⇒ ::Integer
Returns the value of attribute healthy_percent.
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.
911 912 913 |
# File 'sig/types.rbs', line 911 def source_service_revision_cleanup @source_service_revision_cleanup end |