Class: Aws::Types::StopApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#force_stop ⇒ Boolean
Returns the value of attribute force_stop.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
958 959 960 |
# File 'sig/types.rbs', line 958 def application_id @application_id end |
#force_stop ⇒ Boolean
Returns the value of attribute force_stop.
959 960 961 |
# File 'sig/types.rbs', line 959 def force_stop @force_stop end |