Class: Aws::ApplicationInsights::Types::DescribeApplicationResponse

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.



501
502
503
504
505
# File 'lib/aws-sdk-applicationinsights/types.rb', line 501

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