Resource
public struct Resource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IAM access key details (IAM user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.
Declaration
Swift
public let accessKeyDetails: AccessKeyDetails?
-
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.
Declaration
Swift
public let instanceDetails: InstanceDetails?
-
The type of AWS resource.
Declaration
Swift
public let resourceType: String?
-
Contains information on the S3 bucket.
Declaration
Swift
public let s3BucketDetails: [S3BucketDetail]?
-
Undocumented
Declaration
Swift
public init(accessKeyDetails: AccessKeyDetails? = nil, instanceDetails: InstanceDetails? = nil, resourceType: String? = nil, s3BucketDetails: [S3BucketDetail]? = nil)