Class: Aws::IoT::Types::ListPackagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPackagesResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#package_summaries ⇒ Array<Types::PackageSummary>
The software package summary.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results.
11485 11486 11487 11488 11489 11490 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11485 class ListPackagesResponse < Struct.new( :package_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_summaries ⇒ Array<Types::PackageSummary>
The software package summary.
11485 11486 11487 11488 11489 11490 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11485 class ListPackagesResponse < Struct.new( :package_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |