DiscovererSummary class

Constructors

DiscovererSummary({String? discovererArn, String? discovererId, String? sourceArn, DiscovererState? state, Map<String, String>? tags})
DiscovererSummary.fromJson(Map<String, dynamic> json)
factory

Properties

discovererArn String?
The ARN of the discoverer.
final
discovererId String?
The ID of the discoverer.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceArn String?
The ARN of the event bus.
final
state DiscovererState?
The state of the discoverer.
final
tags Map<String, String>?
Tags associated with the resource.
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