SavingsPlanOfferingRateProperty

public struct SavingsPlanOfferingRateProperty : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The property name.

    Declaration

    Swift

    public let name: String?
  • The property value.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, value: String? = nil)