Class: Aws::SsmSap::Types::StopApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::StopApplicationInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application.
-
#include_ec2_instance_shutdown ⇒ Boolean
Boolean.
-
#stop_connected_entity ⇒ String
Specify the ‘ConnectedEntityType`.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1436 class StopApplicationInput < Struct.new( :application_id, :stop_connected_entity, :include_ec2_instance_shutdown) SENSITIVE = [] include Aws::Structure end |
#include_ec2_instance_shutdown ⇒ Boolean
Boolean. If included and if set to ‘True`, the StopApplication operation will shut down the associated Amazon EC2 instance in addition to the application.
1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1436 class StopApplicationInput < Struct.new( :application_id, :stop_connected_entity, :include_ec2_instance_shutdown) SENSITIVE = [] include Aws::Structure end |
#stop_connected_entity ⇒ String
Specify the ‘ConnectedEntityType`. Accepted type is `DBMS`.
If this parameter is included, the connected DBMS (Database Management System) will be stopped.
1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1436 class StopApplicationInput < Struct.new( :application_id, :stop_connected_entity, :include_ec2_instance_shutdown) SENSITIVE = [] include Aws::Structure end |