DescribeCommunicationsRequest
public struct DescribeCommunicationsRequest : AWSShape
extension Support.DescribeCommunicationsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
Declaration
Swift
public let afterTime: String?
-
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
Declaration
Swift
public let beforeTime: String?
-
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
Declaration
Swift
public let caseId: String
-
The maximum number of results to return before paginating.
Declaration
Swift
public let maxResults: Int?
-
A resumption point for pagination.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(afterTime: String? = nil, beforeTime: String? = nil, caseId: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Support.DescribeCommunicationsRequest