ConsumedLicenseSummary
public struct ConsumedLicenseSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Number of licenses consumed by the resource.
Declaration
Swift
public let consumedLicenses: Int64?
-
Resource type of the resource consuming a license.
Declaration
Swift
public let resourceType: ResourceType?
-
Undocumented
Declaration
Swift
public init(consumedLicenses: Int64? = nil, resourceType: ResourceType? = nil)