Channel
public struct Channel : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) assigned to the Channel.
Declaration
Swift
public let arn: String?
-
A short text description of the Channel.
Declaration
Swift
public let description: String?
-
Undocumented
Declaration
Swift
public let hlsIngest: HlsIngest?
-
The ID of the Channel.
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, description: String? = nil, hlsIngest: HlsIngest? = nil, id: String? = nil, tags: [String : String]? = nil)