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:



1446
1447
1448
1449
1450
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1446

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