Class: Aws::OpsWorks::Types::DeleteLayerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DeleteLayerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_id ⇒ String
The layer ID.
Instance Attribute Details
#layer_id ⇒ String
The layer ID.
1986 1987 1988 1989 1990 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1986 class DeleteLayerRequest < Struct.new( :layer_id) SENSITIVE = [] include Aws::Structure end |