Class: Aws::Types::DescribeScalingActivitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalingActivitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_not_scaled_activities ⇒ Boolean
Returns the value of attribute include_not_scaled_activities.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
-
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
Instance Attribute Details
#include_not_scaled_activities ⇒ Boolean
Returns the value of attribute include_not_scaled_activities.
91 92 93 |
# File 'sig/types.rbs', line 91 def include_not_scaled_activities @include_not_scaled_activities end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
89 90 91 |
# File 'sig/types.rbs', line 89 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
90 91 92 |
# File 'sig/types.rbs', line 90 def next_token @next_token end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def resource_id @resource_id end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
88 89 90 |
# File 'sig/types.rbs', line 88 def scalable_dimension @scalable_dimension end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
86 87 88 |
# File 'sig/types.rbs', line 86 def service_namespace @service_namespace end |