PutPartnerEventsRequestEntry class

The details about an event generated by an SaaS partner.

Constructors

PutPartnerEventsRequestEntry({String? detail, String? detailType, List<String>? resources, String? source, DateTime? time})

Properties

detail String?
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.
final
detailType String?
A free-form string used to decide what fields to expect in the event detail.
final
hashCode int
The hash code for this object.
no setterinherited
resources List<String>?
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
The event source that is generating the evntry.
final
time DateTime?
The date and time of the event.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited