Class: Aws::Types::StopApplicationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def application_id
  @application_id
end

#include_ec2_instance_shutdownBoolean

Returns the value of attribute include_ec2_instance_shutdown.

Returns:

  • (Boolean)


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.

Returns:

  • ("DBMS")


531
532
533
# File 'sig/types.rbs', line 531

def stop_connected_entity
  @stop_connected_entity
end