ListResourceDataSyncResult
public struct ListResourceDataSyncResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The token for the next set of items to return. Use this token to get the next set of results.
Declaration
Swift
public let nextToken: String? -
A list of your current Resource Data Sync configurations and their statuses.
Declaration
Swift
public let resourceDataSyncItems: [ResourceDataSyncItem]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, resourceDataSyncItems: [ResourceDataSyncItem]? = nil)
View on GitHub
ListResourceDataSyncResult Structure Reference