Class: Aws::Types::UserDefinedFunction

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)


8344
8345
8346
# File 'sig/types.rbs', line 8344

def catalog_id
  @catalog_id
end

#class_name::String

Returns the value of attribute class_name.

Returns:

  • (::String)


8338
8339
8340
# File 'sig/types.rbs', line 8338

def class_name
  @class_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


8342
8343
8344
# File 'sig/types.rbs', line 8342

def create_time
  @create_time
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


8337
8338
8339
# File 'sig/types.rbs', line 8337

def database_name
  @database_name
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


8336
8337
8338
# File 'sig/types.rbs', line 8336

def function_name
  @function_name
end

#function_type"REGULAR_FUNCTION", ...

Returns the value of attribute function_type.

Returns:

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


8340
8341
8342
# File 'sig/types.rbs', line 8340

def function_type
  @function_type
end

#owner_name::String

Returns the value of attribute owner_name.

Returns:

  • (::String)


8339
8340
8341
# File 'sig/types.rbs', line 8339

def owner_name
  @owner_name
end

#owner_type"USER", ...

Returns the value of attribute owner_type.

Returns:

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


8341
8342
8343
# File 'sig/types.rbs', line 8341

def owner_type
  @owner_type
end

#resource_uris::Array[Types::ResourceUri]

Returns the value of attribute resource_uris.

Returns:



8343
8344
8345
# File 'sig/types.rbs', line 8343

def resource_uris
  @resource_uris
end