Class: Aws::OpsWorks::Types::DescribeAppsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeAppsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘DescribeApps` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apps ⇒ Array<Types::App>
An array of ‘App` objects that describe the specified apps.
Instance Attribute Details
#apps ⇒ Array<Types::App>
An array of ‘App` objects that describe the specified apps.
2306 2307 2308 2309 2310 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2306 class DescribeAppsResult < Struct.new( :apps) SENSITIVE = [] include Aws::Structure end |