Class: Aws::ElasticBeanstalk::Types::RetrieveEnvironmentInfoResultMessage

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

Overview

Result message containing a description of the requested environment info.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_infoArray<Types::EnvironmentInfoDescription>

The EnvironmentInfoDescription of the environment.



3779
3780
3781
3782
3783
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3779

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