ListResourceInventoryRequest

public struct ListResourceInventoryRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Filters to scope the results. The following filters and logical operators are supported: account_id - The ID of the AWS account that owns the resource. Logical operators are EQUALS | NOT_EQUALS. application_name - The name of the application. Logical operators are EQUALS | BEGINS_WITH. license_included - The type of license included. Logical operators are EQUALS | NOT_EQUALS. Possible values are sql-server-enterprise | sql-server-standard | sql-server-web | windows-server-datacenter. platform - The platform of the resource. Logical operators are EQUALS | BEGINS_WITH. resource_id - The ID of the resource. Logical operators are EQUALS | NOT_EQUALS.

    Declaration

    Swift

    public let filters: [InventoryFilter]?
  • 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?
  • Undocumented

    Declaration

    Swift

    public init(filters: [InventoryFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil)