GetLogDataProtectionPolicyDocumentStatement class

Constructors

GetLogDataProtectionPolicyDocumentStatement({required Input<List<String>> dataIdentifiers, required Input<GetLogDataProtectionPolicyDocumentStatementOperation> operation, Input<String?>? sid})
Creates a new GetLogDataProtectionPolicyDocumentStatement. dataIdentifiers Set of at least 1 sensitive data identifiers that you want to mask. Read more in Types of data that you can protect. operation Configures the data protection operation applied by this statement. sid Name of this statement.
const
GetLogDataProtectionPolicyDocumentStatement.fromMap(Map<String, dynamic> map)
factory

Properties

dataIdentifiers → Input<List<String>>
Set of at least 1 sensitive data identifiers that you want to mask. Read more in Types of data that you can protect.
final
hashCode int
The hash code for this object.
no setterinherited
operation → Input<GetLogDataProtectionPolicyDocumentStatementOperation>
Configures the data protection operation applied by this statement.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sid → Input<String?>?
Name of this statement.
final

Methods

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

Operators

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