Class: Aws::OpsWorks::Types::DeleteLayerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layer_idString

The layer ID.

Returns:

  • (String)


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