Class: Aws::Lambda::Types::ListLayerVersionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_architectureString

Returns:

  • (String)


7057
7058
7059
7060
7061
7062
7063
7064
7065
# File 'lib/aws-sdk-lambda/types.rb', line 7057

class ListLayerVersionsRequest < Struct.new(
  :compatible_architecture,
  :compatible_runtime,
  :layer_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#compatible_runtimeString

A runtime identifier.

The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.

For a list of all currently supported runtimes, see Supported runtimes.

Returns:

  • (String)


7057
7058
7059
7060
7061
7062
7063
7064
7065
# File 'lib/aws-sdk-lambda/types.rb', line 7057

class ListLayerVersionsRequest < Struct.new(
  :compatible_architecture,
  :compatible_runtime,
  :layer_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#layer_nameString

The name or Amazon Resource Name (ARN) of the layer.

Returns:

  • (String)


7057
7058
7059
7060
7061
7062
7063
7064
7065
# File 'lib/aws-sdk-lambda/types.rb', line 7057

class ListLayerVersionsRequest < Struct.new(
  :compatible_architecture,
  :compatible_runtime,
  :layer_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A pagination token returned by a previous call.

Returns:

  • (String)


7057
7058
7059
7060
7061
7062
7063
7064
7065
# File 'lib/aws-sdk-lambda/types.rb', line 7057

class ListLayerVersionsRequest < Struct.new(
  :compatible_architecture,
  :compatible_runtime,
  :layer_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of versions to return.

Returns:

  • (Integer)


7057
7058
7059
7060
7061
7062
7063
7064
7065
# File 'lib/aws-sdk-lambda/types.rb', line 7057

class ListLayerVersionsRequest < Struct.new(
  :compatible_architecture,
  :compatible_runtime,
  :layer_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end