Class: Aws::SsmSap::Types::StopApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::StopApplicationInput
- Defined in:
- gems/aws-sdk-ssmsap/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.
1875 1876 1877 1878 1879 1880 1881 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1875 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.
1875 1876 1877 1878 1879 1880 1881 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1875 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.
1875 1876 1877 1878 1879 1880 1881 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1875 class StopApplicationInput < Struct.new( :application_id, :stop_connected_entity, :include_ec2_instance_shutdown) SENSITIVE = [] include Aws::Structure end |