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.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def function_url_configs @function_url_configs end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def next_marker @next_marker end |