ChannelSummary
public struct ChannelSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Channel ARN.
Declaration
Swift
public let arn: String? -
Whether the channel is authorized.
Declaration
Swift
public let authorized: Bool? -
Channel latency mode. Default: LOW.
Declaration
Swift
public let latencyMode: ChannelLatencyMode? -
Channel name.
Declaration
Swift
public let name: String? -
Array of 1-50 maps, each of the form string:string (key:value).
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, authorized: Bool? = nil, latencyMode: ChannelLatencyMode? = nil, name: String? = nil, tags: [String : String]? = nil)
View on GitHub
ChannelSummary Structure Reference