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.
8308 8309 8310 |
# File 'sig/types.rbs', line 8308 def class_name @class_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
8307 8308 8309 |
# File 'sig/types.rbs', line 8307 def function_name @function_name end |
#function_type ⇒ "REGULAR_FUNCTION", ...
Returns the value of attribute function_type.
8310 8311 8312 |
# File 'sig/types.rbs', line 8310 def function_type @function_type end |
#owner_name ⇒ ::String
Returns the value of attribute owner_name.
8309 8310 8311 |
# File 'sig/types.rbs', line 8309 def owner_name @owner_name end |
#owner_type ⇒ "USER", ...
Returns the value of attribute owner_type.
8311 8312 8313 |
# File 'sig/types.rbs', line 8311 def owner_type @owner_type end |
#resource_uris ⇒ ::Array[Types::ResourceUri]
Returns the value of attribute resource_uris.
8312 8313 8314 |
# File 'sig/types.rbs', line 8312 def resource_uris @resource_uris end |