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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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:



11441
11442
11443
11444
11445
11446
11447
11448
11449
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11441

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)


11441
11442
11443
11444
11445
11446
11447
11448
11449
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11441

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)


11441
11442
11443
11444
11445
11446
11447
11448
11449
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11441

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)


11441
11442
11443
11444
11445
11446
11447
11448
11449
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11441

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)


11441
11442
11443
11444
11445
11446
11447
11448
11449
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11441

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