Class: Aws::Types::DeleteServiceFunctionResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceFunctionResourcesResponse
- 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.
298 299 300 |
# File 'sig/types.rbs', line 298 def resources @resources end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
296 297 298 |
# File 'sig/types.rbs', line 296 def service_arn @service_arn end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def service_function_id @service_function_id end |