ResourceInventory
public struct ResourceInventory : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Platform of the resource.
Declaration
Swift
public let platform: String? -
Platform version of the resource in the inventory.
Declaration
Swift
public let platformVersion: String? -
Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let resourceArn: String? -
ID of the resource.
Declaration
Swift
public let resourceId: String? -
ID of the account that owns the resource.
Declaration
Swift
public let resourceOwningAccountId: String? -
Type of resource.
Declaration
Swift
public let resourceType: ResourceType? -
Undocumented
Declaration
Swift
public init(platform: String? = nil, platformVersion: String? = nil, resourceArn: String? = nil, resourceId: String? = nil, resourceOwningAccountId: String? = nil, resourceType: ResourceType? = nil)
View on GitHub
ResourceInventory Structure Reference