Class: Aws::Types::ServiceFunctionUpdatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceFunctionUpdatedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resources_added ⇒ ::Array[::String]
Returns the value of attribute resources_added.
-
#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_added ⇒ ::Array[::String]
Returns the value of attribute resources_added.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def resources_added @resources_added end |
#resources_removed ⇒ ::Array[::String]
Returns the value of attribute resources_removed.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def resources_removed @resources_removed end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def service_function_id @service_function_id end |
#service_function_name ⇒ ::String
Returns the value of attribute service_function_name.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def service_function_name @service_function_name end |