CreateChannelResponse
public struct CreateChannelResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the channel.
Declaration
Swift
public let channelArn: String?
-
The name of the channel.
Declaration
Swift
public let channelName: String?
-
How long, in days, message data is kept for the channel.
Declaration
Swift
public let retentionPeriod: RetentionPeriod?
-
Undocumented
Declaration
Swift
public init(channelArn: String? = nil, channelName: String? = nil, retentionPeriod: RetentionPeriod? = nil)