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

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

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


2580
2581
2582
2583
2584
2585
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2580

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

#stack_idString

The stack ID.

Returns:

  • (String)


2580
2581
2582
2583
2584
2585
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2580

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