DescribeDeliveryChannelsResponse
public struct DescribeDeliveryChannelsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list that contains the descriptions of the specified delivery channel.
Declaration
Swift
public let deliveryChannels: [DeliveryChannel]? -
Undocumented
Declaration
Swift
public init(deliveryChannels: [DeliveryChannel]? = nil)
View on GitHub
DescribeDeliveryChannelsResponse Structure Reference