DescribeAccountModificationsRequest
public struct DescribeAccountModificationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeAccountModificationsRequest Structure Reference