Class: Aws::IoT::Types::ListPackageVersionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


10386
10387
10388
10389
10390
10391
# File 'lib/aws-sdk-iot/types.rb', line 10386

class ListPackageVersionsResponse < Struct.new(
  :package_version_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#package_version_summariesArray<Types::PackageVersionSummary>

Lists the package versions associated to the package.

Returns:



10386
10387
10388
10389
10390
10391
# File 'lib/aws-sdk-iot/types.rb', line 10386

class ListPackageVersionsResponse < Struct.new(
  :package_version_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end