DescribeCommandsResult
public struct DescribeCommandsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of Command objects that describe each of the specified commands.
Declaration
Swift
public let commands: [Command]?
-
Undocumented
Declaration
Swift
public init(commands: [Command]? = nil)