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.
9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9257 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.
9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9257 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.
9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9257 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.
9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9257 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.
9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9257 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.
9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9257 class ManagedScalableTarget < Struct.new( :arn, :status, :status_reason, :updated_at, :min_capacity, :max_capacity) SENSITIVE = [] include Aws::Structure end |