Class: Aws::Types::UserDefinedFunctionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#class_name::String

Returns the value of attribute class_name.

Returns:

  • (::String)


8308
8309
8310
# File 'sig/types.rbs', line 8308

def class_name
  @class_name
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


8307
8308
8309
# File 'sig/types.rbs', line 8307

def function_name
  @function_name
end

#function_type"REGULAR_FUNCTION", ...

Returns the value of attribute function_type.

Returns:

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


8310
8311
8312
# File 'sig/types.rbs', line 8310

def function_type
  @function_type
end

#owner_name::String

Returns the value of attribute owner_name.

Returns:

  • (::String)


8309
8310
8311
# File 'sig/types.rbs', line 8309

def owner_name
  @owner_name
end

#owner_type"USER", ...

Returns the value of attribute owner_type.

Returns:

  • ("USER", "ROLE", "GROUP")


8311
8312
8313
# File 'sig/types.rbs', line 8311

def owner_type
  @owner_type
end

#resource_uris::Array[Types::ResourceUri]

Returns the value of attribute resource_uris.

Returns:



8312
8313
8314
# File 'sig/types.rbs', line 8312

def resource_uris
  @resource_uris
end