DescribeAgentVersionsResult
public struct DescribeAgentVersionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, not the abbreviated number used by the console.
Declaration
Swift
public let agentVersions: [AgentVersion]?
-
Undocumented
Declaration
Swift
public init(agentVersions: [AgentVersion]? = nil)