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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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


2587
2588
2589
2590
2591
2592
# File 'lib/aws-sdk-opsworks/types.rb', line 2587

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

#stack_idString

The stack ID.

Returns:

  • (String)


2587
2588
2589
2590
2591
2592
# File 'lib/aws-sdk-opsworks/types.rb', line 2587

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