StopActivityStreamResponse
public struct StopActivityStreamResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the Amazon Kinesis data stream used for the database activity stream.
Declaration
Swift
public let kinesisStreamName: String? -
The AWS KMS key identifier used for encrypting messages in the database activity stream.
Declaration
Swift
public let kmsKeyId: String? -
The status of the database activity stream.
Declaration
Swift
public let status: ActivityStreamStatus? -
Undocumented
Declaration
Swift
public init(kinesisStreamName: String? = nil, kmsKeyId: String? = nil, status: ActivityStreamStatus? = nil)
View on GitHub
StopActivityStreamResponse Structure Reference