TerminateRecommendationDetail

public struct TerminateRecommendationDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The currency code that Amazon Web Services used to calculate the costs for this instance.

    Declaration

    Swift

    public let currencyCode: String?
  • Estimated savings resulting from modification, on a monthly basis.

    Declaration

    Swift

    public let estimatedMonthlySavings: String?
  • Undocumented

    Declaration

    Swift

    public init(currencyCode: String? = nil, estimatedMonthlySavings: String? = nil)