Class: Aws::ElasticBeanstalk::Types::RetrieveEnvironmentInfoResultMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::RetrieveEnvironmentInfoResultMessage
- Includes:
- Structure
- Defined in:
- 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
-
#environment_info ⇒ Array<Types::EnvironmentInfoDescription>
The EnvironmentInfoDescription of the environment.
Instance Attribute Details
#environment_info ⇒ Array<Types::EnvironmentInfoDescription>
The EnvironmentInfoDescription of the environment.
3776 3777 3778 3779 3780 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3776 class RetrieveEnvironmentInfoResultMessage < Struct.new( :environment_info) SENSITIVE = [] include Aws::Structure end |