InputSummary class
Information about the input.
Constructors
- InputSummary({DateTime? creationTime, String? inputArn, String? inputDescription, String? inputName, DateTime? lastUpdateTime, InputStatus? status})
-
InputSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime?
-
The time the input was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputArn → String?
-
The ARN of the input.
final
- inputDescription → String?
-
A brief description of the input.
final
- inputName → String?
-
The name of the input.
final
- lastUpdateTime → DateTime?
-
The last time the input was updated.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → InputStatus?
-
The status of the input.
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