DescribeInstancePatchStatesResult
public struct DescribeInstancePatchStatesResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The high-level patch state for the requested instances. DeclarationSwift public let instancePatchStates: [InstancePatchState]?
- 
                  
                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(instancePatchStates: [InstancePatchState]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub DescribeInstancePatchStatesResult Structure Reference
        DescribeInstancePatchStatesResult Structure Reference