DescribeDeliveryStreamInput
public struct DescribeDeliveryStreamInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the delivery stream.
Declaration
Swift
public let deliveryStreamName: String -
The ID of the destination to start returning the destination information. Kinesis Data Firehose supports one destination per delivery stream.
Declaration
Swift
public let exclusiveStartDestinationId: String? -
The limit on the number of destinations to return. You can have one destination per delivery stream.
Declaration
Swift
public let limit: Int? -
Undocumented
Declaration
Swift
public init(deliveryStreamName: String, exclusiveStartDestinationId: String? = nil, limit: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeDeliveryStreamInput Structure Reference