Class: Aws::Types::CreateServiceFunctionResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceFunctionResourcesRequest
- 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.
158 159 160 |
# File 'sig/types.rbs', line 158 def resources @resources end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
156 157 158 |
# File 'sig/types.rbs', line 156 def service_arn @service_arn end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def service_function_id @service_function_id end |