DescribeCommunicationsResponse
public struct DescribeCommunicationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The communications for the case.
Declaration
Swift
public let communications: [Communication]? -
A resumption point for pagination.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(communications: [Communication]? = nil, nextToken: String? = nil)
View on GitHub
DescribeCommunicationsResponse Structure Reference