ListDeliveryStreamsOutput
public struct ListDeliveryStreamsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The names of the delivery streams.
Declaration
Swift
public let deliveryStreamNames: [String]
-
Indicates whether there are more delivery streams available to list.
Declaration
Swift
public let hasMoreDeliveryStreams: Bool
-
Undocumented
Declaration
Swift
public init(deliveryStreamNames: [String], hasMoreDeliveryStreams: Bool)