GetCommandInvocationRequest
public struct GetCommandInvocationRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  (Required) The parent command ID of the invocation plugin. DeclarationSwift public let commandId: String
- 
                  
                  (Required) The ID of the managed instance targeted by the command. A managed instance can be an EC2 instance or an instance in your hybrid environment that is configured for Systems Manager. DeclarationSwift public let instanceId: String
- 
                  
                  (Optional) The name of the plugin for which you want detailed results. If the document contains only one plugin, the name can be omitted and the details will be returned. Plugin names are also referred to as step names in Systems Manager documents. DeclarationSwift public let pluginName: String?
- 
                  
                  Undocumented DeclarationSwift public init(commandId: String, instanceId: String, pluginName: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub GetCommandInvocationRequest Structure Reference
        GetCommandInvocationRequest Structure Reference