SavingsPlanRateProperty
public struct SavingsPlanRateProperty : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The property name.
Declaration
Swift
public let name: SavingsPlanRatePropertyKey?
-
The property value.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(name: SavingsPlanRatePropertyKey? = nil, value: String? = nil)