Class: Aws::Types::ServiceFunctionDeletedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceFunctionDeletedMetadata
- 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.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def service_function_id @service_function_id end |
#service_function_name ⇒ ::String
Returns the value of attribute service_function_name.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def service_function_name @service_function_name end |