Class: Aws::Types::ListFunctionUrlConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFunctionUrlConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_url_configs ⇒ ::Array[Types::FunctionUrlConfig]
Returns the value of attribute function_url_configs.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#function_url_configs ⇒ ::Array[Types::FunctionUrlConfig]
Returns the value of attribute function_url_configs.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def function_url_configs @function_url_configs end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def next_marker @next_marker end |