DescribeAccountModificationsResult
public struct DescribeAccountModificationsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of modifications to the configuration of BYOL.
Declaration
Swift
public let accountModifications: [AccountModification]?
-
The token to use to retrieve the next set of results, or null if no more results are available.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(accountModifications: [AccountModification]? = nil, nextToken: String? = nil)