Class: Aws::ElasticBeanstalk::Types::EnvironmentResourceDescriptionsMessage

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

Overview

Result message containing a list of environment resource descriptions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_resourcesTypes::EnvironmentResourceDescription

A list of EnvironmentResourceDescription.



2468
2469
2470
2471
2472
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2468

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