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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


11715
11716
11717
11718
11719
11720
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11715

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:



11715
11716
11717
11718
11719
11720
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11715

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