Class: Aws::Types::DeleteServiceFunctionResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceFunctionResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
-
#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
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
291 292 293 |
# File 'sig/types.rbs', line 291 def resources @resources end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
289 290 291 |
# File 'sig/types.rbs', line 289 def service_arn @service_arn end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def service_function_id @service_function_id end |