Class: Aws::Lambda::Types::ListFunctionUrlConfigsResponse

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

#function_url_configsArray<Types::FunctionUrlConfig>

A list of function URL configurations.

Returns:



4276
4277
4278
4279
4280
4281
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4276

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

#next_markerString

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

Returns:

  • (String)


4276
4277
4278
4279
4280
4281
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4276

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