Class: Aws::Types::ScalableTarget
- Inherits:
-
Object
- Object
- Aws::Types::ScalableTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
-
#predicted_capacity ⇒ ::Integer
Returns the value of attribute predicted_capacity.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
-
#scalable_target_arn ⇒ ::String
Returns the value of attribute scalable_target_arn.
-
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
-
#suspended_state ⇒ Types::SuspendedState
Returns the value of attribute suspended_state.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
349 350 351 |
# File 'sig/types.rbs', line 349 def creation_time @creation_time end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
346 347 348 |
# File 'sig/types.rbs', line 346 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
345 346 347 |
# File 'sig/types.rbs', line 345 def min_capacity @min_capacity end |
#predicted_capacity ⇒ ::Integer
Returns the value of attribute predicted_capacity.
347 348 349 |
# File 'sig/types.rbs', line 347 def predicted_capacity @predicted_capacity end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def resource_id @resource_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
348 349 350 |
# File 'sig/types.rbs', line 348 def role_arn @role_arn end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
344 345 346 |
# File 'sig/types.rbs', line 344 def scalable_dimension @scalable_dimension end |
#scalable_target_arn ⇒ ::String
Returns the value of attribute scalable_target_arn.
351 352 353 |
# File 'sig/types.rbs', line 351 def scalable_target_arn @scalable_target_arn end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
342 343 344 |
# File 'sig/types.rbs', line 342 def service_namespace @service_namespace end |
#suspended_state ⇒ Types::SuspendedState
Returns the value of attribute suspended_state.
350 351 352 |
# File 'sig/types.rbs', line 350 def suspended_state @suspended_state end |