ListStreamsOutput
public struct ListStreamsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If set to true, there are more streams available to list.
Declaration
Swift
public let hasMoreStreams: Bool -
The names of the streams that are associated with the AWS account making the ListStreams request.
Declaration
Swift
public let streamNames: [String] -
Undocumented
Declaration
Swift
public init(hasMoreStreams: Bool, streamNames: [String])
View on GitHub
ListStreamsOutput Structure Reference