Class: Aws::Types::ListFunctionUrlConfigsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_url_configs::Array[Types::FunctionUrlConfig]

Returns the value of attribute function_url_configs.

Returns:



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.

Returns:

  • (::String)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def next_marker
  @next_marker
end