UsageResourceResult
public struct UsageResourceResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS resource that generated usage.
Declaration
Swift
public let resource: String?
-
Represents the sum total of usage for the specified resource type.
Declaration
Swift
public let total: Total?
-
Undocumented
Declaration
Swift
public init(resource: String? = nil, total: Total? = nil)