Class: Aws::Lambda::Types::ListFunctionUrlConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListFunctionUrlConfigsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_url_configs ⇒ Array<Types::FunctionUrlConfig>
A list of function URL configurations.
-
#next_marker ⇒ String
The pagination token that’s included if more results are available.
Instance Attribute Details
#function_url_configs ⇒ Array<Types::FunctionUrlConfig>
A list of function URL configurations.
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_marker ⇒ String
The pagination token that’s included if more results are available.
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 |