DescribeAccountAttributesResponse
public struct DescribeAccountAttributesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The attributes that are currently set for the account.
Declaration
Swift
public let attributes: [AccountAttribute]? -
Undocumented
Declaration
Swift
public init(attributes: [AccountAttribute]? = nil)
View on GitHub
DescribeAccountAttributesResponse Structure Reference