ListLicenseSpecificationsForResourceRequest

public struct ListLicenseSpecificationsForResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Maximum number of results to return in a single call.

    Declaration

    Swift

    public let maxResults: Int?
  • Token for the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Amazon Resource Name (ARN) of a resource that has an associated license configuration.

    Declaration

    Swift

    public let resourceArn: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, resourceArn: String)