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.
8334 8335 8336 |
# File 'sig/types.rbs', line 8334 def catalog_id @catalog_id end |
#class_name ⇒ ::String
Returns the value of attribute class_name.
8328 8329 8330 |
# File 'sig/types.rbs', line 8328 def class_name @class_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
8332 8333 8334 |
# File 'sig/types.rbs', line 8332 def create_time @create_time end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
8327 8328 8329 |
# File 'sig/types.rbs', line 8327 def database_name @database_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
8326 8327 8328 |
# File 'sig/types.rbs', line 8326 def function_name @function_name end |
#function_type ⇒ "REGULAR_FUNCTION", ...
Returns the value of attribute function_type.
8330 8331 8332 |
# File 'sig/types.rbs', line 8330 def function_type @function_type end |
#owner_name ⇒ ::String
Returns the value of attribute owner_name.
8329 8330 8331 |
# File 'sig/types.rbs', line 8329 def owner_name @owner_name end |
#owner_type ⇒ "USER", ...
Returns the value of attribute owner_type.
8331 8332 8333 |
# File 'sig/types.rbs', line 8331 def owner_type @owner_type end |
#resource_uris ⇒ ::Array[Types::ResourceUri]
Returns the value of attribute resource_uris.
8333 8334 8335 |
# File 'sig/types.rbs', line 8333 def resource_uris @resource_uris end |