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

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

#capacity_provider_arnString

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

Returns:

  • (String)


6496
6497
6498
6499
6500
6501
6502
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6496

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.



6496
6497
6498
6499
6500
6501
6502
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6496

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)


6496
6497
6498
6499
6500
6501
6502
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6496

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