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)


8302
8303
8304
# File 'sig/types.rbs', line 8302

def catalog_id
  @catalog_id
end

#class_name::String

Returns the value of attribute class_name.

Returns:

  • (::String)


8296
8297
8298
# File 'sig/types.rbs', line 8296

def class_name
  @class_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


8300
8301
8302
# File 'sig/types.rbs', line 8300

def create_time
  @create_time
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


8295
8296
8297
# File 'sig/types.rbs', line 8295

def database_name
  @database_name
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


8294
8295
8296
# File 'sig/types.rbs', line 8294

def function_name
  @function_name
end

#function_type"REGULAR_FUNCTION", ...

Returns the value of attribute function_type.

Returns:

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


8298
8299
8300
# File 'sig/types.rbs', line 8298

def function_type
  @function_type
end

#owner_name::String

Returns the value of attribute owner_name.

Returns:

  • (::String)


8297
8298
8299
# File 'sig/types.rbs', line 8297

def owner_name
  @owner_name
end

#owner_type"USER", ...

Returns the value of attribute owner_type.

Returns:

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


8299
8300
8301
# File 'sig/types.rbs', line 8299

def owner_type
  @owner_type
end

#resource_uris::Array[Types::ResourceUri]

Returns the value of attribute resource_uris.

Returns:



8301
8302
8303
# File 'sig/types.rbs', line 8301

def resource_uris
  @resource_uris
end