Class: Aws::OpsWorks::Types::DescribeStacksRequest

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

#stack_idsArray<String>

An array of stack IDs that specify the stacks to be described. If you omit this parameter, DescribeStacks returns a description of every stack.

Returns:

  • (Array<String>)


2888
2889
2890
2891
2892
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2888

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