CreateScalingPlanResponse

public struct CreateScalingPlanResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The version number of the scaling plan. This value is always 1. Currently, you cannot specify multiple scaling plan versions.

    Declaration

    Swift

    public let scalingPlanVersion: Int64
  • Undocumented

    Declaration

    Swift

    public init(scalingPlanVersion: Int64)