Class: Aws::SSM::Types::ListInventoryEntriesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::InventoryFilter>

One or more filters. Use a filter to return a more specific list of results.

Returns:



11284
11285
11286
11287
11288
11289
11290
11291
11292
# File 'lib/aws-sdk-ssm/types.rb', line 11284

class ListInventoryEntriesRequest < Struct.new(
  :instance_id,
  :type_name,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The managed node ID for which you want inventory information.

Returns:

  • (String)


11284
11285
11286
11287
11288
11289
11290
11291
11292
# File 'lib/aws-sdk-ssm/types.rb', line 11284

class ListInventoryEntriesRequest < Struct.new(
  :instance_id,
  :type_name,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (Integer)


11284
11285
11286
11287
11288
11289
11290
11291
11292
# File 'lib/aws-sdk-ssm/types.rb', line 11284

class ListInventoryEntriesRequest < Struct.new(
  :instance_id,
  :type_name,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


11284
11285
11286
11287
11288
11289
11290
11291
11292
# File 'lib/aws-sdk-ssm/types.rb', line 11284

class ListInventoryEntriesRequest < Struct.new(
  :instance_id,
  :type_name,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The type of inventory item for which you want information.

Returns:

  • (String)


11284
11285
11286
11287
11288
11289
11290
11291
11292
# File 'lib/aws-sdk-ssm/types.rb', line 11284

class ListInventoryEntriesRequest < Struct.new(
  :instance_id,
  :type_name,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end