Class: Aws::Lambda::Types::ListFunctionVersionsByCapacityProviderResponse

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_arnString

The Amazon Resource Name (ARN) of the capacity provider.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
# File 'lib/aws-sdk-lambda/types.rb', line 6553

class ListFunctionVersionsByCapacityProviderResponse < Struct.new(
  :capacity_provider_arn,
  :function_versions,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#function_versionsArray<Types::FunctionVersionsByCapacityProviderListItem>

A list of function versions that use the specified capacity provider.



6553
6554
6555
6556
6557
6558
6559
# File 'lib/aws-sdk-lambda/types.rb', line 6553

class ListFunctionVersionsByCapacityProviderResponse < Struct.new(
  :capacity_provider_arn,
  :function_versions,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

The pagination token that’s included if more results are available.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
# File 'lib/aws-sdk-lambda/types.rb', line 6553

class ListFunctionVersionsByCapacityProviderResponse < Struct.new(
  :capacity_provider_arn,
  :function_versions,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end