ListResourceInventoryResponse
public struct ListResourceInventoryResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Token for the next set of results.
Declaration
Swift
public let nextToken: String? -
Information about the resources.
Declaration
Swift
public let resourceInventoryList: [ResourceInventory]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, resourceInventoryList: [ResourceInventory]? = nil)
View on GitHub
ListResourceInventoryResponse Structure Reference