StartSessionRequest
public struct StartSessionRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the SSM document to define the parameters and plugin settings for the session. For example, SSM-SessionManagerRunShell. You can call the GetDocument API to verify the document exists before attempting to start a session. If no document name is provided, a shell to the instance is launched by default. DeclarationSwift public let documentName: String?
- 
                  
                  Reserved for future use. DeclarationSwift public let parameters: [String : [String]]?
- 
                  
                  The instance to connect to for the session. DeclarationSwift public let target: String
- 
                  
                  Undocumented DeclarationSwift public init(documentName: String? = nil, parameters: [String : [String]]? = nil, target: String)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub StartSessionRequest Structure Reference
        StartSessionRequest Structure Reference