Class: Aws::Lambda::Types::ListFunctionVersionsByCapacityProviderRequest

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

#capacity_provider_nameString

The name of the capacity provider to list function versions for.

Returns:

  • (String)


6530
6531
6532
6533
6534
6535
6536
# File 'lib/aws-sdk-lambda/types.rb', line 6530

class ListFunctionVersionsByCapacityProviderRequest < Struct.new(
  :capacity_provider_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

Specify the pagination token that’s returned by a previous request to retrieve the next page of results.

Returns:

  • (String)


6530
6531
6532
6533
6534
6535
6536
# File 'lib/aws-sdk-lambda/types.rb', line 6530

class ListFunctionVersionsByCapacityProviderRequest < Struct.new(
  :capacity_provider_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of function versions to return in the response.

Returns:

  • (Integer)


6530
6531
6532
6533
6534
6535
6536
# File 'lib/aws-sdk-lambda/types.rb', line 6530

class ListFunctionVersionsByCapacityProviderRequest < Struct.new(
  :capacity_provider_name,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end