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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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>)


2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2284

class DescribeAppsRequest < Struct.new(
  :stack_id,
  :app_ids)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

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

Returns:

  • (String)


2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2284

class DescribeAppsRequest < Struct.new(
  :stack_id,
  :app_ids)
  SENSITIVE = []
  include Aws::Structure
end