QuickConnect class
Contains information about a quick connect.
Constructors
-
QuickConnect.new({String? description, String? name, String? quickConnectARN, QuickConnectConfig? quickConnectConfig, String? quickConnectId, Map<
String, String> ? tags}) -
QuickConnect.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
The description.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the quick connect.
final
- quickConnectARN → String?
-
The Amazon Resource Name (ARN) of the quick connect.
final
- quickConnectConfig → QuickConnectConfig?
-
Contains information about the quick connect.
final
- quickConnectId → String?
-
The identifier for the quick connect.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
One or more tags.
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