Class: Aws::ECS::Types::ManagedScalableTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the scalable target.

Returns:

  • (String)


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_capacityInteger

The maximum value to scale to in response to a scale-out activity.

Returns:

  • (Integer)


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_capacityInteger

The minimum value to scale to in response to a scale-in activity.

Returns:

  • (Integer)


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

#statusString

The status of the scalable target.

Returns:

  • (String)


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_reasonString

Information about why the scalable target is in the current status.

Returns:

  • (String)


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_atTime

The Unix timestamp for when the target was most recently updated.

Returns:

  • (Time)


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