Class: Aws::Types::GetFunctionScalingConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionScalingConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def qualifier @qualifier end |