Class: Aws::OpsWorks::Types::CreateLayerResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#layer_idString

The layer ID.

Returns:

  • (String)


1496
1497
1498
1499
1500
# File 'lib/aws-sdk-opsworks/types.rb', line 1496

class CreateLayerResult < Struct.new(
  :layer_id)
  SENSITIVE = []
  include Aws::Structure
end