Class: Aws::ElasticBeanstalk::Types::ApplicationDescriptionMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Result message containing a single description of an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationTypes::ApplicationDescription

The ApplicationDescription of the application.



90
91
92
93
94
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 90

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