Class: Aws::Lambda::Types::ListCodeSigningConfigsResponse

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

#code_signing_configsArray<Types::CodeSigningConfig>

The code signing configurations

Returns:



4089
4090
4091
4092
4093
4094
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4089

class ListCodeSigningConfigsResponse < Struct.new(
  :next_marker,
  :code_signing_configs)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

The pagination token that's included if more results are available.

Returns:

  • (String)


4089
4090
4091
4092
4093
4094
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4089

class ListCodeSigningConfigsResponse < Struct.new(
  :next_marker,
  :code_signing_configs)
  SENSITIVE = []
  include Aws::Structure
end