Class: Aws::Types::PutScalingPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutScalingPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
-
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#metric_name ⇒ "ActivatingGameSessions", ...
Returns the value of attribute metric_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_type ⇒ "RuleBased", "TargetBased"
Returns the value of attribute policy_type.
-
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
-
#scaling_adjustment_type ⇒ "ChangeInCapacity", ...
Returns the value of attribute scaling_adjustment_type.
-
#target_configuration ⇒ Types::TargetConfiguration
Returns the value of attribute target_configuration.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
Instance Attribute Details
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
Returns the value of attribute comparison_operator.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def comparison_operator @comparison_operator end |
#evaluation_periods ⇒ ::Integer
Returns the value of attribute evaluation_periods.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def evaluation_periods @evaluation_periods end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def fleet_id @fleet_id end |
#metric_name ⇒ "ActivatingGameSessions", ...
Returns the value of attribute metric_name.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def name @name end |
#policy_type ⇒ "RuleBased", "TargetBased"
Returns the value of attribute policy_type.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def policy_type @policy_type end |
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def scaling_adjustment @scaling_adjustment end |
#scaling_adjustment_type ⇒ "ChangeInCapacity", ...
Returns the value of attribute scaling_adjustment_type.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def scaling_adjustment_type @scaling_adjustment_type end |
#target_configuration ⇒ Types::TargetConfiguration
Returns the value of attribute target_configuration.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def target_configuration @target_configuration end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def threshold @threshold end |