Class: Aws::Lambda::Types::ListCodeSigningConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListCodeSigningConfigsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_signing_configs ⇒ Array<Types::CodeSigningConfig>
The code signing configurations.
-
#next_marker ⇒ String
The pagination token that’s included if more results are available.
Instance Attribute Details
#code_signing_configs ⇒ Array<Types::CodeSigningConfig>
The code signing configurations
4287 4288 4289 4290 4291 4292 |
# File 'lib/aws-sdk-lambda/types.rb', line 4287 class ListCodeSigningConfigsResponse < Struct.new( :next_marker, :code_signing_configs) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
The pagination token that’s included if more results are available.
4287 4288 4289 4290 4291 4292 |
# File 'lib/aws-sdk-lambda/types.rb', line 4287 class ListCodeSigningConfigsResponse < Struct.new( :next_marker, :code_signing_configs) SENSITIVE = [] include Aws::Structure end |