Class: Aws::Lambda::Types::ListFunctionVersionsByCapacityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListFunctionVersionsByCapacityProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the capacity provider.
-
#function_versions ⇒ Array<Types::FunctionVersionsByCapacityProviderListItem>
A list of function versions that use the specified capacity provider.
-
#next_marker ⇒ String
The pagination token that’s included if more results are available.
Instance Attribute Details
#capacity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the 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 |
#function_versions ⇒ Array<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_marker ⇒ String
The pagination token that’s included if more results are available.
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 |