Class: Aws::AppRegistry::Types::DeleteApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::DeleteApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ Types::ApplicationSummary
Information about the deleted application.
Instance Attribute Details
#application ⇒ Types::ApplicationSummary
Information about the deleted application.
513 514 515 516 517 |
# File 'lib/aws-sdk-appregistry/types.rb', line 513 class DeleteApplicationResponse < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |