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.
10711 10712 10713 10714 10715 10716 |
# File 'lib/aws-sdk-iot/types.rb', line 10711 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.
10711 10712 10713 10714 10715 10716 |
# File 'lib/aws-sdk-iot/types.rb', line 10711 class ListPackageVersionsResponse < Struct.new( :package_version_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |