Class: Aws::Types::ScalingRule
- Inherits:
-
Object
- Object
- Aws::Types::ScalingRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::ScalingAction
Returns the value of attribute action.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#trigger ⇒ Types::ScalingTrigger
Returns the value of attribute trigger.
Instance Attribute Details
#action ⇒ Types::ScalingAction
Returns the value of attribute action.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def action @action end |
#description ⇒ ::String
Returns the value of attribute description.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def name @name end |
#trigger ⇒ Types::ScalingTrigger
Returns the value of attribute trigger.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def trigger @trigger end |