Class: Aws::Types::DeleteApplicationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def application_name
  @application_name
end

#terminate_env_by_forceBoolean

Returns the value of attribute terminate_env_by_force.

Returns:

  • (Boolean)


307
308
309
# File 'sig/types.rbs', line 307

def terminate_env_by_force
  @terminate_env_by_force
end