Class: Aws::Types::GetUserDefinedFunctionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


4337
4338
4339
# File 'sig/types.rbs', line 4337

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


4338
4339
4340
# File 'sig/types.rbs', line 4338

def database_name
  @database_name
end

#function_type"REGULAR_FUNCTION", ...

Returns the value of attribute function_type.

Returns:

  • ("REGULAR_FUNCTION", "AGGREGATE_FUNCTION", "STORED_PROCEDURE")


4340
4341
4342
# File 'sig/types.rbs', line 4340

def function_type
  @function_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4342
4343
4344
# File 'sig/types.rbs', line 4342

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4341
4342
4343
# File 'sig/types.rbs', line 4341

def next_token
  @next_token
end

#pattern::String

Returns the value of attribute pattern.

Returns:

  • (::String)


4339
4340
4341
# File 'sig/types.rbs', line 4339

def pattern
  @pattern
end