DescribeChannelResponse
public struct DescribeChannelResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that contains information about the channel.
Declaration
Swift
public let channel: Channel?
-
Statistics about the channel. Included if the ‘includeStatistics’ parameter is set to true in the request.
Declaration
Swift
public let statistics: ChannelStatistics?
-
Undocumented
Declaration
Swift
public init(channel: Channel? = nil, statistics: ChannelStatistics? = nil)