DescribeAccountLimitsOutput

public struct DescribeAccountLimitsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the limits.

    Declaration

    Swift

    public let limits: [Limit]?
  • The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

    Declaration

    Swift

    public let nextMarker: String?
  • Undocumented

    Declaration

    Swift

    public init(limits: [Limit]? = nil, nextMarker: String? = nil)