ResolvedTargets
public struct ResolvedTargets : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of parameter values sent to targets that resolved during the Automation execution.
Declaration
Swift
public let parameterValues: [String]? -
A boolean value indicating whether the resolved target list is truncated.
Declaration
Swift
public let truncated: Bool? -
Undocumented
Declaration
Swift
public init(parameterValues: [String]? = nil, truncated: Bool? = nil)
View on GitHub
ResolvedTargets Structure Reference