Class: Aws::AppRegistry::Types::UpdateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::UpdateApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ Types::Application
The updated information of the application.
Instance Attribute Details
#application ⇒ Types::Application
The updated information of the application.
1446 1447 1448 1449 1450 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1446 class UpdateApplicationResponse < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |