RestoreTestingSelectionProtectedResourceConditionsStringNotEqual class
Constructors
-
RestoreTestingSelectionProtectedResourceConditionsStringNotEqual({required Input<
String> key, required Input<String> value}) -
Creates a new RestoreTestingSelectionProtectedResourceConditionsStringNotEqual.
keyThe Tag name, must start with one of the following prefixes:aws:ResourceTag/with a Minimum length of 1. Maximum length of 128, and can contain characters that are letters, white space, and numbers that can be represented in UTF-8 and the following characters:+ - = . _ : /.valueThe value of the Tag. Maximum length of 256.const -
RestoreTestingSelectionProtectedResourceConditionsStringNotEqual.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
key
→ Input<
String> -
The Tag name, must start with one of the following prefixes:
aws:ResourceTag/with a Minimum length of 1. Maximum length of 128, and can contain characters that are letters, white space, and numbers that can be represented in UTF-8 and the following characters:+ - = . _ : /.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ Input<
String> -
The value of the Tag. Maximum length of 256.
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