Class: Aws::Types::ServiceFunctionResourcesAddedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceFunctionResourcesAddedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resources_added ⇒ ::Array[::String]
Returns the value of attribute resources_added.
-
#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.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def resources_added @resources_added end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def service_function_id @service_function_id end |
#service_function_name ⇒ ::String
Returns the value of attribute service_function_name.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def service_function_name @service_function_name end |