GetAccountSettingsResponse
public struct GetAccountSettingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Limits that are related to concurrency and code storage.
Declaration
Swift
public let accountLimit: AccountLimit? -
The number of functions and amount of storage in use.
Declaration
Swift
public let accountUsage: AccountUsage? -
Undocumented
Declaration
Swift
public init(accountLimit: AccountLimit? = nil, accountUsage: AccountUsage? = nil)
View on GitHub
GetAccountSettingsResponse Structure Reference