Class: Aws::QApps::Types::DeleteQAppInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique identifier of the Q App to delete.



840
841
842
843
844
845
# File 'lib/aws-sdk-qapps/types.rb', line 840

class DeleteQAppInput < Struct.new(
  :instance_id,
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique identifier of the Amazon Q Business application environment instance.



840
841
842
843
844
845
# File 'lib/aws-sdk-qapps/types.rb', line 840

class DeleteQAppInput < Struct.new(
  :instance_id,
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end