Class: Aws::Types::StopDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_revert ⇒ Boolean
Returns the value of attribute allow_revert.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#deployment_number ⇒ ::Integer
Returns the value of attribute deployment_number.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#allow_revert ⇒ Boolean
Returns the value of attribute allow_revert.
820 821 822 |
# File 'sig/types.rbs', line 820 def allow_revert @allow_revert end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
817 818 819 |
# File 'sig/types.rbs', line 817 def application_id @application_id end |
#deployment_number ⇒ ::Integer
Returns the value of attribute deployment_number.
819 820 821 |
# File 'sig/types.rbs', line 819 def deployment_number @deployment_number end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
818 819 820 |
# File 'sig/types.rbs', line 818 def environment_id @environment_id end |