EventConnectionAuthParametersOauthOauthHttpParametersBody class
Constructors
-
EventConnectionAuthParametersOauthOauthHttpParametersBody({Input<
bool?> ? isValueSecret, Input<String?> ? key, Input<String?> ? value}) -
Creates a new EventConnectionAuthParametersOauthOauthHttpParametersBody.
isValueSecretSpecified whether the value is secret.keyThe key for the parameter.valueThe value associated with the key. Created and stored in AWS Secrets Manager if is secret.const -
EventConnectionAuthParametersOauthOauthHttpParametersBody.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isValueSecret
→ Input<
bool?> ? -
Specified whether the value is secret.
final
-
key
→ Input<
String?> ? -
The key for the parameter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ Input<
String?> ? -
The value associated with the key. Created and stored in AWS Secrets Manager if is secret.
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