DescribeAccountLimitsOutput

public struct DescribeAccountLimitsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An account limit structure that contain a list of AWS CloudFormation account limits and their values.

    Declaration

    Swift

    public let accountLimits: [AccountLimit]?
  • If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(accountLimits: [AccountLimit]? = nil, nextToken: String? = nil)