Class: Aws::GreengrassV2::Types::ListInstalledComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ListInstalledComponentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#installed_components ⇒ Array<Types::InstalledComponent>
A list that summarizes each component on the core device.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#installed_components ⇒ Array<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>
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_token ⇒ String
The token for the next set of results, or null if there are no additional results.
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 |