Class: Aws::Types::StopApplicationInput
- Inherits:
-
Object
- Object
- Aws::Types::StopApplicationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#include_ec2_instance_shutdown ⇒ Boolean
Returns the value of attribute include_ec2_instance_shutdown.
-
#stop_connected_entity ⇒ "DBMS"
Returns the value of attribute stop_connected_entity.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def application_id @application_id end |
#include_ec2_instance_shutdown ⇒ Boolean
Returns the value of attribute include_ec2_instance_shutdown.
532 533 534 |
# File 'sig/types.rbs', line 532 def include_ec2_instance_shutdown @include_ec2_instance_shutdown end |
#stop_connected_entity ⇒ "DBMS"
Returns the value of attribute stop_connected_entity.
531 532 533 |
# File 'sig/types.rbs', line 531 def stop_connected_entity @stop_connected_entity end |