CreateStreamResponse

public struct CreateStreamResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description of the stream.

    Declaration

    Swift

    public let description: String?
  • The stream ARN.

    Declaration

    Swift

    public let streamArn: String?
  • The stream ID.

    Declaration

    Swift

    public let streamId: String?
  • The version of the stream.

    Declaration

    Swift

    public let streamVersion: Int?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, streamArn: String? = nil, streamId: String? = nil, streamVersion: Int? = nil)