Class: Aws::SSM::Types::GetInventoryRequest

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

#aggregatorsArray<Types::InventoryAggregator>

Returns counts of inventory types based on one or more expressions. For example, if you aggregate by using an expression that uses the ‘AWS:InstanceInformation.PlatformType` type, you can see a count of how many Windows and Linux managed nodes exist in your inventoried fleet.

Returns:



7850
7851
7852
7853
7854
7855
7856
7857
7858
# File 'lib/aws-sdk-ssm/types.rb', line 7850

class GetInventoryRequest < Struct.new(
  :filters,
  :aggregators,
  :result_attributes,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::InventoryFilter>

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

Returns:



7850
7851
7852
7853
7854
7855
7856
7857
7858
# File 'lib/aws-sdk-ssm/types.rb', line 7850

class GetInventoryRequest < Struct.new(
  :filters,
  :aggregators,
  :result_attributes,
  :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)


7850
7851
7852
7853
7854
7855
7856
7857
7858
# File 'lib/aws-sdk-ssm/types.rb', line 7850

class GetInventoryRequest < Struct.new(
  :filters,
  :aggregators,
  :result_attributes,
  :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)


7850
7851
7852
7853
7854
7855
7856
7857
7858
# File 'lib/aws-sdk-ssm/types.rb', line 7850

class GetInventoryRequest < Struct.new(
  :filters,
  :aggregators,
  :result_attributes,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#result_attributesArray<Types::ResultAttribute>

The list of inventory item types to return.

Returns:



7850
7851
7852
7853
7854
7855
7856
7857
7858
# File 'lib/aws-sdk-ssm/types.rb', line 7850

class GetInventoryRequest < Struct.new(
  :filters,
  :aggregators,
  :result_attributes,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end