Class: Aws::Types::ServiceFunctionResourcesRemovedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceFunctionResourcesRemovedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resources_removed ⇒ ::Array[::String]
Returns the value of attribute resources_removed.
-
#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
#resources_removed ⇒ ::Array[::String]
Returns the value of attribute resources_removed.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def resources_removed @resources_removed end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def service_function_id @service_function_id end |
#service_function_name ⇒ ::String
Returns the value of attribute service_function_name.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def service_function_name @service_function_name end |