AccountAttribute
public struct AccountAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the account attribute.
Declaration
Swift
public let attributeName: String?
-
The values for the account attribute.
Declaration
Swift
public let attributeValues: [AccountAttributeValue]?
-
Undocumented
Declaration
Swift
public init(attributeName: String? = nil, attributeValues: [AccountAttributeValue]? = nil)