Class: Aws::OpsWorks::Types::DescribeLayersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeLayersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_ids ⇒ Array<String>
An array of layer IDs that specify the layers to be described.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#layer_ids ⇒ Array<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.
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_id ⇒ String
The stack ID.
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 |