Resource class
Specifies the type and name of a resource referenced by an event.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceName → String?
-
The name of the resource referenced by the event returned. These are
user-created names whose values will depend on the environment. For example,
the resource name might be "auto-scaling-test-group" for an Auto Scaling
Group or "i-1234567" for an EC2 Instance.
final
- resourceType → String?
-
The type of a resource referenced by the event returned. When the resource
type cannot be determined, null is returned. Some examples of resource types
are: Instance for EC2, Trail for CloudTrail, DBInstance
for RDS, and AccessKey for IAM. To learn more about how to look up
and filter events by the resource types supported for a service, see Filtering
CloudTrail Events.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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