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.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def name @name end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def service_arn @service_arn end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def service_function_id @service_function_id end |