Class: Aws::LicenseManager::Types::ListResourceInventoryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2967
2968
2969
2970
2971
2972
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2967

class ListResourceInventoryResponse < Struct.new(
  :resource_inventory_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_inventory_listArray<Types::ResourceInventory>

Information about the resources.

Returns:



2967
2968
2969
2970
2971
2972
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2967

class ListResourceInventoryResponse < Struct.new(
  :resource_inventory_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end