StopActivityStreamResponse class

Constructors

StopActivityStreamResponse({String? kinesisStreamName, String? kmsKeyId, ActivityStreamStatus? status})
StopActivityStreamResponse.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kinesisStreamName String?
The name of the Amazon Kinesis data stream used for the database activity stream.
final
kmsKeyId String?
The AWS KMS key identifier used for encrypting messages in 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