DescribeChannelRequest
public struct DescribeChannelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the channel whose information is retrieved.
Declaration
Swift
public let channelName: String -
If true, additional statistical information about the channel is included in the response. This feature cannot be used with a channel whose S3 storage is customer-managed.
Declaration
Swift
public let includeStatistics: Bool? -
Undocumented
Declaration
Swift
public init(channelName: String, includeStatistics: Bool? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeChannelRequest Structure Reference