DescribeDiscovererResponse class
Constructors
-
DescribeDiscovererResponse({String? description, String? discovererArn, String? discovererId, String? sourceArn, DiscovererState? state, Map<
String, String> ? tags}) -
DescribeDiscovererResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
The description of the discoverer.
final
- 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 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