DescribeStreamConsumerInput

public struct DescribeStreamConsumerInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN returned by Kinesis Data Streams when you registered the consumer.

    Declaration

    Swift

    public let consumerARN: String?
  • The name that you gave to the consumer.

    Declaration

    Swift

    public let consumerName: String?
  • The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

    Declaration

    Swift

    public let streamARN: String?
  • Undocumented

    Declaration

    Swift

    public init(consumerARN: String? = nil, consumerName: String? = nil, streamARN: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws