Method: Aws::ECS::Types::TaskSet#stability_status_at
- Defined in:
- lib/aws-sdk-ecs/types.rb
#stability_status_at ⇒ Time
The Unix timestamp for the time when the task set stability status was retrieved.
14294 14295 14296 14297 14298 14299 14300 14301 14302 14303 14304 14305 14306 14307 14308 14309 14310 14311 14312 14313 14314 14315 14316 14317 14318 14319 14320 14321 14322 |
# File 'lib/aws-sdk-ecs/types.rb', line 14294 class TaskSet < Struct.new( :id, :task_set_arn, :service_arn, :cluster_arn, :started_by, :external_id, :status, :task_definition, :computed_desired_count, :pending_count, :running_count, :created_at, :updated_at, :launch_type, :capacity_provider_strategy, :platform_version, :platform_family, :network_configuration, :load_balancers, :service_registries, :scale, :stability_status, :stability_status_at, :tags, :fargate_ephemeral_storage) SENSITIVE = [] include Aws::Structure end |