ListResourceDataSyncRequest
public struct ListResourceDataSyncRequest : AWSShapeextension SSM.ListResourceDataSyncRequest: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. DeclarationSwift public let maxResults: Int?
- 
                  
                  A token to start the list. Use this token to get the next set of results. DeclarationSwift public let nextToken: String?
- 
                  
                  View a list of resource data syncs according to the sync type. Specify SyncToDestination to view resource data syncs that synchronize data to an Amazon S3 buckets. Specify SyncFromSource to view resource data syncs from AWS Organizations or from multiple AWS Regions. DeclarationSwift public let syncType: String?
- 
                  
                  Undocumented DeclarationSwift public init(maxResults: Int? = nil, nextToken: String? = nil, syncType: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> SSM.ListResourceDataSyncRequest
 View on GitHub
View on GitHub ListResourceDataSyncRequest Structure Reference
        ListResourceDataSyncRequest Structure Reference