DescribeInstancePatchStatesRequest
public struct DescribeInstancePatchStatesRequest : AWSShape
extension SSM.DescribeInstancePatchStatesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the instance whose patch state information should be retrieved.
Declaration
Swift
public let instanceIds: [String] -
The maximum number of instances to return (per page).
Declaration
Swift
public let maxResults: Int? -
The token for the next set of items to return. (You received this token from a previous call.)
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(instanceIds: [String], maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SSM.DescribeInstancePatchStatesRequest
View on GitHub
DescribeInstancePatchStatesRequest Structure Reference