SavingsPlansDetails

public struct SavingsPlansDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A group of instance types that Savings Plans applies to.

    Declaration

    Swift

    public let instanceFamily: String?
  • The unique ID used to distinguish Savings Plans from one another.

    Declaration

    Swift

    public let offeringId: String?
  • A collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the other Regions.

    Declaration

    Swift

    public let region: String?
  • Undocumented

    Declaration

    Swift

    public init(instanceFamily: String? = nil, offeringId: String? = nil, region: String? = nil)