Class: Aws::AppConfig::Types::DeleteApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application to delete.

Returns:

  • (String)


831
832
833
834
835
# File 'lib/aws-sdk-appconfig/types.rb', line 831

class DeleteApplicationRequest < Struct.new(
  :application_id)
  SENSITIVE = []
  include Aws::Structure
end