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