Account
public struct Account : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The version of the API keys used for the account.
Declaration
Swift
public let apiKeyVersion: String? -
The ARN of an Amazon CloudWatch role for the current Account.
Declaration
Swift
public let cloudwatchRoleArn: String? -
A list of features supported for the account. When usage plans are enabled, the features list will include an entry of “UsagePlans”.
Declaration
Swift
public let features: [String]? -
Specifies the API request limits configured for the current Account.
Declaration
Swift
public let throttleSettings: ThrottleSettings? -
Undocumented
Declaration
Swift
public init(apiKeyVersion: String? = nil, cloudwatchRoleArn: String? = nil, features: [String]? = nil, throttleSettings: ThrottleSettings? = nil)
View on GitHub
Account Structure Reference