Class: Aws::Types::UserDefinedFunction
- Inherits:
-
Object
- Object
- Aws::Types::UserDefinedFunction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#class_name ⇒ ::String
Returns the value of attribute class_name.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#function_type ⇒ "REGULAR_FUNCTION", ...
Returns the value of attribute function_type.
-
#owner_name ⇒ ::String
Returns the value of attribute owner_name.
-
#owner_type ⇒ "USER", ...
Returns the value of attribute owner_type.
-
#resource_uris ⇒ ::Array[Types::ResourceUri]
Returns the value of attribute resource_uris.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
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.
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.
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.
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.
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.
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.
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.
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.
8301 8302 8303 |
# File 'sig/types.rbs', line 8301 def resource_uris @resource_uris end |