StartActivityStreamResponse class

Constructors

StartActivityStreamResponse({bool? applyImmediately, String? kinesisStreamName, String? kmsKeyId, ActivityStreamMode? mode, ActivityStreamStatus? status})
StartActivityStreamResponse.fromXml(XmlElement elem)
factory

Properties

applyImmediately bool?
Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
final
hashCode int
The hash code for this object.
no setterinherited
kinesisStreamName String?
The name of the Amazon Kinesis data stream to be used for the database activity stream.
final
kmsKeyId String?
The AWS KMS key identifier for encryption of messages in the database activity stream.
final
mode ActivityStreamMode?
The mode of the database activity stream.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ActivityStreamStatus?
The status of the database activity stream.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited