UsageStatistics
public struct UsageStatistics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The usage statistic sum organized by account ID.
Declaration
Swift
public let sumByAccount: [UsageAccountResult]? -
The usage statistic sum organized by on data source.
Declaration
Swift
public let sumByDataSource: [UsageDataSourceResult]? -
The usage statistic sum organized by resource.
Declaration
Swift
public let sumByResource: [UsageResourceResult]? -
Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.
Declaration
Swift
public let topResources: [UsageResourceResult]? -
Undocumented
Declaration
Swift
public init(sumByAccount: [UsageAccountResult]? = nil, sumByDataSource: [UsageDataSourceResult]? = nil, sumByResource: [UsageResourceResult]? = nil, topResources: [UsageResourceResult]? = nil)
View on GitHub
UsageStatistics Structure Reference