Class: Aws::IoT::Types::ListPackageVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPackageVersionsResponse
- Includes:
- Structure
- Defined in:
- 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_version_summaries ⇒ Array<Types::PackageVersionSummary>
Lists the package versions associated to the package.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results.
11521 11522 11523 11524 11525 11526 |
# File 'lib/aws-sdk-iot/types.rb', line 11521 class ListPackageVersionsResponse < Struct.new( :package_version_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_version_summaries ⇒ Array<Types::PackageVersionSummary>
Lists the package versions associated to the package.
11521 11522 11523 11524 11525 11526 |
# File 'lib/aws-sdk-iot/types.rb', line 11521 class ListPackageVersionsResponse < Struct.new( :package_version_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |