Class: Aws::Types::ServiceFunctionCreatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceFunctionCreatedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
-
#service_function_name ⇒ ::String
Returns the value of attribute service_function_name.
Instance Attribute Details
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def service_function_id @service_function_id end |
#service_function_name ⇒ ::String
Returns the value of attribute service_function_name.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def service_function_name @service_function_name end |