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