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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_architectureString

Returns:

  • (String)


4411
4412
4413
4414
4415
4416
4417
4418
4419
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4411

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

#compatible_runtimeString

A runtime identifier. For example, java21.

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

Returns:

  • (String)


4411
4412
4413
4414
4415
4416
4417
4418
4419
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4411

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

#layer_nameString

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

Returns:

  • (String)


4411
4412
4413
4414
4415
4416
4417
4418
4419
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4411

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

#markerString

A pagination token returned by a previous call.

Returns:

  • (String)


4411
4412
4413
4414
4415
4416
4417
4418
4419
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4411

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

#max_itemsInteger

The maximum number of versions to return.

Returns:

  • (Integer)


4411
4412
4413
4414
4415
4416
4417
4418
4419
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4411

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