InputConfiguration class

Information about the configuration of an input.

Constructors

InputConfiguration({required DateTime creationTime, required String inputArn, required String inputName, required DateTime lastUpdateTime, required InputStatus status, String? inputDescription})
InputConfiguration.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