Class: Aws::Types::UserDefinedFunctionInput
- Inherits:
-
Object
- Object
- Aws::Types::UserDefinedFunctionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#class_name ⇒ ::String
Returns the value of attribute class_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
#class_name ⇒ ::String
Returns the value of attribute class_name.
8350 8351 8352 |
# File 'sig/types.rbs', line 8350 def class_name @class_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
8349 8350 8351 |
# File 'sig/types.rbs', line 8349 def function_name @function_name end |
#function_type ⇒ "REGULAR_FUNCTION", ...
Returns the value of attribute function_type.
8352 8353 8354 |
# File 'sig/types.rbs', line 8352 def function_type @function_type end |
#owner_name ⇒ ::String
Returns the value of attribute owner_name.
8351 8352 8353 |
# File 'sig/types.rbs', line 8351 def owner_name @owner_name end |
#owner_type ⇒ "USER", ...
Returns the value of attribute owner_type.
8353 8354 8355 |
# File 'sig/types.rbs', line 8353 def owner_type @owner_type end |
#resource_uris ⇒ ::Array[Types::ResourceUri]
Returns the value of attribute resource_uris.
8354 8355 8356 |
# File 'sig/types.rbs', line 8354 def resource_uris @resource_uris end |