UsageDataSourceResult
public struct UsageDataSourceResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The data source type that generated usage.
Declaration
Swift
public let dataSource: DataSource?
-
Represents the total of usage for the specified data source.
Declaration
Swift
public let total: Total?
-
Undocumented
Declaration
Swift
public init(dataSource: DataSource? = nil, total: Total? = nil)