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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2984
2985
2986
2987
2988
2989
# File 'lib/aws-sdk-licensemanager/types.rb', line 2984

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

#resource_inventory_listArray<Types::ResourceInventory>

Information about the resources.

Returns:



2984
2985
2986
2987
2988
2989
# File 'lib/aws-sdk-licensemanager/types.rb', line 2984

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