Class: Aws::AppRegistry::Types::DeleteApplicationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationTypes::ApplicationSummary

Information about the deleted application.



513
514
515
516
517
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 513

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