Class: Aws::Types::ServiceWorkflowUpdatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceWorkflowUpdatedMetadata
- 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.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def service_function_id @service_function_id end |
#service_function_name ⇒ ::String
Returns the value of attribute service_function_name.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def service_function_name @service_function_name end |