Class: Aws::ElasticBeanstalk::Types::ApplicationVersionDescriptionMessage

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

Overview

Result message wrapping a single description of an application version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_versionTypes::ApplicationVersionDescription

The ApplicationVersionDescription of the application version.



288
289
290
291
292
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 288

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