Class: Aws::SsmSap::Types::StopApplicationInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmsap/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application.

Returns:

  • (String)


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_shutdownBoolean

Boolean. If included and if set to ‘True`, the StopApplication operation will shut down the associated Amazon EC2 instance in addition to the application.

Returns:

  • (Boolean)


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_entityString

Specify the ‘ConnectedEntityType`. Accepted type is `DBMS`.

If this parameter is included, the connected DBMS (Database Management System) will be stopped.

Returns:

  • (String)


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