GetMinuteUsageRequest

public struct GetMinuteUsageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The month being requested, with a value of 1-12.

    Declaration

    Swift

    public let month: Int
  • The year being requested, in the format of YYYY.

    Declaration

    Swift

    public let year: Int
  • Undocumented

    Declaration

    Swift

    public init(month: Int, year: Int)