ReservationUtilizationGroup

public struct ReservationUtilizationGroup : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let attributes: [String : String]?
  • key

    The key for a specific reservation attribute.

    Declaration

    Swift

    public let key: String?
  • How much you used this group of reservations.

    Declaration

    Swift

    public let utilization: ReservationAggregates?
  • The value of a specific reservation attribute.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(attributes: [String : String]? = nil, key: String? = nil, utilization: ReservationAggregates? = nil, value: String? = nil)