AnalyzedResourceSummary
public struct AnalyzedResourceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the analyzed resource.
Declaration
Swift
public let resourceArn: String
-
The AWS account ID that owns the resource.
Declaration
Swift
public let resourceOwnerAccount: String
-
The type of resource that was analyzed.
Declaration
Swift
public let resourceType: ResourceType
-
Undocumented
Declaration
Swift
public init(resourceArn: String, resourceOwnerAccount: String, resourceType: ResourceType)