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

Class: Aws::OpsWorks::Types::DescribeLayersRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#layer_idsArray<String>

An array of layer IDs that specify the layers to be described. If you omit this parameter, DescribeLayers returns a description of every layer in the specified stack.

Returns:

  • (Array<String>)

    An array of layer IDs that specify the layers to be described.

#stack_idString

The stack ID.

Returns:

  • (String)

    The stack ID.