Class: Aws::GreengrassV2::Types::ListInstalledComponentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#installed_componentsArray<Types::InstalledComponent>

A list that summarizes each component on the core device.

<note markdown=“1”> Greengrass nucleus v2.7.0 or later is required to get an accurate ‘lastStatusChangeTimestamp` response. This response can be inaccurate in earlier Greengrass nucleus versions.

</note>

<note markdown=“1”> Greengrass nucleus v2.8.0 or later is required to get an accurate ‘lastInstallationSource` and `lastReportedTimestamp` response. This response can be inaccurate or null in earlier Greengrass nucleus versions.

</note>

Returns:



2706
2707
2708
2709
2710
2711
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2706

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

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


2706
2707
2708
2709
2710
2711
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2706

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