You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::DescribeAppsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeAppsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  stack_id: "String",
  app_ids: ["String"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#app_idsArray<String>

An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

Returns:

  • (Array<String>)

    An array of app IDs for the apps to be described.

#stack_idString

The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

Returns:

  • (String)

    The app stack ID.