You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AutoScalingPlans::Types::ScalingPlan

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a scaling plan.

Instance Attribute Summary collapse

Instance Attribute Details

#application_sourceTypes::ApplicationSource

The application source.

Returns:

#creation_timeTime

The Unix time stamp when the scaling plan was created.

Returns:

  • (Time)

    The Unix time stamp when the scaling plan was created.

#scaling_instructionsArray<Types::ScalingInstruction>

The scaling instructions.

Returns:

#scaling_plan_nameString

The name of the scaling plan.

Returns:

  • (String)

    The name of the scaling plan.

#scaling_plan_versionInteger

The version number of the scaling plan.

Returns:

  • (Integer)

    The version number of the scaling plan.

#status_codeString

The status of the scaling plan.

  • Active - The scaling plan is active.

  • ActiveWithProblems - The scaling plan is active, but the scaling configuration for one or more resources could not be applied.

  • CreationInProgress - The scaling plan is being created.

  • CreationFailed - The scaling plan could not be created.

  • DeletionInProgress - The scaling plan is being deleted.

  • DeletionFailed - The scaling plan could not be deleted.

  • UpdateInProgress - The scaling plan is being updated.

  • UpdateFailed - The scaling plan could not be updated.

    Possible values:

    • Active
    • ActiveWithProblems
    • CreationInProgress
    • CreationFailed
    • DeletionInProgress
    • DeletionFailed
    • UpdateInProgress
    • UpdateFailed

Returns:

  • (String)

    The status of the scaling plan.

#status_messageString

A simple message about the current status of the scaling plan.

Returns:

  • (String)

    A simple message about the current status of the scaling plan.

#status_start_timeTime

The Unix time stamp when the scaling plan entered the current status.

Returns:

  • (Time)

    The Unix time stamp when the scaling plan entered the current status.