GetCommandInvocationRequest
public struct GetCommandInvocationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
(Required) The parent command ID of the invocation plugin.
Declaration
Swift
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.
Declaration
Swift
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.
Declaration
Swift
public let pluginName: String?
-
Undocumented
Declaration
Swift
public init(commandId: String, instanceId: String, pluginName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws