Class: Aws::AppRegistry::Types::UpdateApplicationResponse

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::Application

The updated information of the application.

Returns:



1327
1328
1329
1330
1331
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1327

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