Class: Aws::Lambda::Types::ListFunctionsByCodeSigningConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListFunctionsByCodeSigningConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_arns ⇒ Array<String>
The function ARNs.
-
#next_marker ⇒ String
The pagination token that’s included if more results are available.
Instance Attribute Details
#function_arns ⇒ Array<String>
The function ARNs.
4588 4589 4590 4591 4592 4593 |
# File 'lib/aws-sdk-lambda/types.rb', line 4588 class ListFunctionsByCodeSigningConfigResponse < Struct.new( :next_marker, :function_arns) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
The pagination token that’s included if more results are available.
4588 4589 4590 4591 4592 4593 |
# File 'lib/aws-sdk-lambda/types.rb', line 4588 class ListFunctionsByCodeSigningConfigResponse < Struct.new( :next_marker, :function_arns) SENSITIVE = [] include Aws::Structure end |