PendingCloudwatchLogsExports class
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
Constructors
-
PendingCloudwatchLogsExports({List<
String> ? logTypesToDisable, List<String> ? logTypesToEnable}) - PendingCloudwatchLogsExports.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
logTypesToDisable
→ List<
String> ? -
Log types that are in the process of being enabled. After they are enabled,
these log types are exported to Amazon CloudWatch Logs.
final
-
logTypesToEnable
→ List<
String> ? -
Log types that are in the process of being deactivated. After they are
deactivated, these log types aren't exported to CloudWatch Logs.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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