Class: Aws::OpsWorks::Types::CreateLayerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::CreateLayerResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘CreateLayer` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_id ⇒ String
The layer ID.
Instance Attribute Details
#layer_id ⇒ String
The layer ID.
1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1503 class CreateLayerResult < Struct.new( :layer_id) SENSITIVE = [] include Aws::Structure end |