Class: Aws::GreengrassV2::Types::ListInstalledComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ListInstalledComponentsResponse
- Defined in:
- gems/aws-sdk-greengrassv2/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.
lastStatusChangeTimestamp
response. This response can be
inaccurate in earlier Greengrass nucleus versions.
lastInstallationSource
and lastReportedTimestamp
response. This
response can be inaccurate or null in earlier Greengrass nucleus
versions.
2743 2744 2745 2746 2747 2748 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2743 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.
2743 2744 2745 2746 2747 2748 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2743 class ListInstalledComponentsResponse < Struct.new( :installed_components, :next_token) SENSITIVE = [] include Aws::Structure end |