GetDetectorResponse class
Constructors
-
GetDetectorResponse({required String serviceRole, required DetectorStatus status, String? createdAt, DataSourceConfigurationsResult? dataSources, FindingPublishingFrequency? findingPublishingFrequency, Map<
String, String> ? tags, String? updatedAt}) -
GetDetectorResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → String?
-
The timestamp of when the detector was created.
final
- dataSources → DataSourceConfigurationsResult?
-
Describes which data sources are enabled for the detector.
final
- findingPublishingFrequency → FindingPublishingFrequency?
-
The publishing frequency of the finding.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceRole → String
-
The GuardDuty service role.
final
- status → DetectorStatus
-
The detector status.
final
-
The tags of the detector resource.
final
- updatedAt → String?
-
The last-updated timestamp for the detector.
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