ListDeploymentsRequest
public struct ListDeploymentsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let groupId: String
-
Undocumented
Declaration
Swift
public let maxResults: String?
-
Undocumented
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(groupId: String, maxResults: String? = nil, nextToken: String? = nil)