Class: Aws::ApplicationInsights::Types::UpdateApplicationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_infoTypes::ApplicationInfo

Information about the application.



1919
1920
1921
1922
1923
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1919

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