Class: Aws::Types::StopApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#force ⇒ Boolean
Returns the value of attribute force.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def application_name @application_name end |
#force ⇒ Boolean
Returns the value of attribute force.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def force @force end |