Class: Aws::Types::DeleteServiceFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
Instance Attribute Details
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
283 284 285 |
# File 'sig/types.rbs', line 283 def service_arn @service_arn end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
284 285 286 |
# File 'sig/types.rbs', line 284 def service_function_id @service_function_id end |