Class: Aws::SSM::Types::ListInventoryEntriesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#capture_timeString

The time that inventory information was collected for the instance(s).

Returns:

  • (String)


10352
10353
10354
10355
10356
10357
10358
10359
10360
# File 'lib/aws-sdk-ssm/types.rb', line 10352

class ListInventoryEntriesResult < Struct.new(
  :type_name,
  :instance_id,
  :schema_version,
  :capture_time,
  :entries,
  :next_token)
  include Aws::Structure
end

#entriesArray<Hash<String,String>>

A list of inventory items on the instance(s).

Returns:

  • (Array<Hash<String,String>>)


10352
10353
10354
10355
10356
10357
10358
10359
10360
# File 'lib/aws-sdk-ssm/types.rb', line 10352

class ListInventoryEntriesResult < Struct.new(
  :type_name,
  :instance_id,
  :schema_version,
  :capture_time,
  :entries,
  :next_token)
  include Aws::Structure
end

#instance_idString

The instance ID targeted by the request to query inventory information.

Returns:

  • (String)


10352
10353
10354
10355
10356
10357
10358
10359
10360
# File 'lib/aws-sdk-ssm/types.rb', line 10352

class ListInventoryEntriesResult < Struct.new(
  :type_name,
  :instance_id,
  :schema_version,
  :capture_time,
  :entries,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


10352
10353
10354
10355
10356
10357
10358
10359
10360
# File 'lib/aws-sdk-ssm/types.rb', line 10352

class ListInventoryEntriesResult < Struct.new(
  :type_name,
  :instance_id,
  :schema_version,
  :capture_time,
  :entries,
  :next_token)
  include Aws::Structure
end

#schema_versionString

The inventory schema version used by the instance(s).

Returns:

  • (String)


10352
10353
10354
10355
10356
10357
10358
10359
10360
# File 'lib/aws-sdk-ssm/types.rb', line 10352

class ListInventoryEntriesResult < Struct.new(
  :type_name,
  :instance_id,
  :schema_version,
  :capture_time,
  :entries,
  :next_token)
  include Aws::Structure
end

#type_nameString

The type of inventory item returned by the request.

Returns:

  • (String)


10352
10353
10354
10355
10356
10357
10358
10359
10360
# File 'lib/aws-sdk-ssm/types.rb', line 10352

class ListInventoryEntriesResult < Struct.new(
  :type_name,
  :instance_id,
  :schema_version,
  :capture_time,
  :entries,
  :next_token)
  include Aws::Structure
end