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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4474
4475
4476
4477
4478
4479
# File 'lib/aws-sdk-lambda/types.rb', line 4474

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)


4474
4475
4476
4477
4478
4479
# File 'lib/aws-sdk-lambda/types.rb', line 4474

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