Class: Aws::Types::UpdateServiceFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#criticality ⇒ "PRIMARY", "SUPPLEMENTAL"
Returns the value of attribute criticality.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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
#criticality ⇒ "PRIMARY", "SUPPLEMENTAL"
Returns the value of attribute criticality.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def name @name end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def service_arn @service_arn end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def service_function_id @service_function_id end |