Class: Aws::Types::ScalingActivity
- Inherits:
-
Object
- Object
- Aws::Types::ScalingActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#details ⇒ ::String
Returns the value of attribute details.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#not_scaled_reasons ⇒ ::Array[Types::NotScaledReason]
Returns the value of attribute not_scaled_reasons.
-
#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.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status_code ⇒ "Pending", ...
Returns the value of attribute status_code.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
362 363 364 |
# File 'sig/types.rbs', line 362 def activity_id @activity_id end |
#cause ⇒ ::String
Returns the value of attribute cause.
367 368 369 |
# File 'sig/types.rbs', line 367 def cause @cause end |
#description ⇒ ::String
Returns the value of attribute description.
366 367 368 |
# File 'sig/types.rbs', line 366 def description @description end |
#details ⇒ ::String
Returns the value of attribute details.
372 373 374 |
# File 'sig/types.rbs', line 372 def details @details end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
369 370 371 |
# File 'sig/types.rbs', line 369 def end_time @end_time end |
#not_scaled_reasons ⇒ ::Array[Types::NotScaledReason]
Returns the value of attribute not_scaled_reasons.
373 374 375 |
# File 'sig/types.rbs', line 373 def not_scaled_reasons @not_scaled_reasons end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
364 365 366 |
# File 'sig/types.rbs', line 364 def resource_id @resource_id end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
365 366 367 |
# File 'sig/types.rbs', line 365 def scalable_dimension @scalable_dimension end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
363 364 365 |
# File 'sig/types.rbs', line 363 def service_namespace @service_namespace end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
368 369 370 |
# File 'sig/types.rbs', line 368 def start_time @start_time end |
#status_code ⇒ "Pending", ...
Returns the value of attribute status_code.
370 371 372 |
# File 'sig/types.rbs', line 370 def status_code @status_code end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
371 372 373 |
# File 'sig/types.rbs', line 371 def end |