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.
4515 4516 4517 4518 4519 4520 |
# File 'lib/aws-sdk-lambda/types.rb', line 4515 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.
4515 4516 4517 4518 4519 4520 |
# File 'lib/aws-sdk-lambda/types.rb', line 4515 class ListFunctionsByCodeSigningConfigResponse < Struct.new( :next_marker, :function_arns) SENSITIVE = [] include Aws::Structure end |