ReservationCoverageGroup

public struct ReservationCoverageGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The attributes for this group of reservations.

    Declaration

    Swift

    public let attributes: [String : String]?
  • How much instance usage this group of reservations covered.

    Declaration

    Swift

    public let coverage: Coverage?
  • Undocumented

    Declaration

    Swift

    public init(attributes: [String : String]? = nil, coverage: Coverage? = nil)