LicenseConfigurationUsage
public struct LicenseConfigurationUsage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Time when the license configuration was initially associated with the resource.
Declaration
Swift
public let associationTime: TimeStamp? -
Number of licenses consumed by the resource.
Declaration
Swift
public let consumedLicenses: Int64? -
Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let resourceArn: String? -
ID of the account that owns the resource.
Declaration
Swift
public let resourceOwnerId: String? -
Status of the resource.
Declaration
Swift
public let resourceStatus: String? -
Type of resource.
Declaration
Swift
public let resourceType: ResourceType? -
Undocumented
Declaration
Swift
public init(associationTime: TimeStamp? = nil, consumedLicenses: Int64? = nil, resourceArn: String? = nil, resourceOwnerId: String? = nil, resourceStatus: String? = nil, resourceType: ResourceType? = nil)
View on GitHub
LicenseConfigurationUsage Structure Reference