Class: Aws::ECS::Types::ManagedScalableTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedScalableTarget
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Represents a scalable target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the scalable target.
-
#max_capacity ⇒ Integer
The maximum value to scale to in response to a scale-out activity.
-
#min_capacity ⇒ Integer
The minimum value to scale to in response to a scale-in activity.
-
#status ⇒ String
The status of the scalable target.
-
#status_reason ⇒ String
Information about why the scalable target is in the current status.
-
#updated_at ⇒ Time
The Unix timestamp for when the target was most recently updated.
Instance Attribute Details
#arn ⇒ String
The ARN of the scalable target.
9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9219 class ManagedScalableTarget < Struct.new( :arn, :status, :status_reason, :updated_at, :min_capacity, :max_capacity) SENSITIVE = [] include Aws::Structure end |
#max_capacity ⇒ Integer
The maximum value to scale to in response to a scale-out activity.
9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9219 class ManagedScalableTarget < Struct.new( :arn, :status, :status_reason, :updated_at, :min_capacity, :max_capacity) SENSITIVE = [] include Aws::Structure end |
#min_capacity ⇒ Integer
The minimum value to scale to in response to a scale-in activity.
9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9219 class ManagedScalableTarget < Struct.new( :arn, :status, :status_reason, :updated_at, :min_capacity, :max_capacity) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the scalable target.
9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9219 class ManagedScalableTarget < Struct.new( :arn, :status, :status_reason, :updated_at, :min_capacity, :max_capacity) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Information about why the scalable target is in the current status.
9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9219 class ManagedScalableTarget < Struct.new( :arn, :status, :status_reason, :updated_at, :min_capacity, :max_capacity) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp for when the target was most recently updated.
9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9219 class ManagedScalableTarget < Struct.new( :arn, :status, :status_reason, :updated_at, :min_capacity, :max_capacity) SENSITIVE = [] include Aws::Structure end |