Resource class

Contains information about the AWS resource associated with the activity that prompted GuardDuty to generate a finding.

Constructors

Resource({AccessKeyDetails? accessKeyDetails, InstanceDetails? instanceDetails, String? resourceType, List<S3BucketDetail>? s3BucketDetails})
Resource.fromJson(Map<String, dynamic> json)
factory

Properties

accessKeyDetails AccessKeyDetails?
The IAM access key details (IAM user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.
final
hashCode int
The hash code for this object.
no setterinherited
instanceDetails InstanceDetails?
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.
final
resourceType String?
The type of AWS resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketDetails List<S3BucketDetail>?
Contains information on the S3 bucket.
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