Class: Aws::IoT::Types::ListPackageVersionsRequest

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

#max_resultsInteger

The maximum number of results to return at one time.

Returns:



12042
12043
12044
12045
12046
12047
12048
12049
# File 'lib/aws-sdk-iot/types.rb', line 12042

class ListPackageVersionsRequest < Struct.new(
  :package_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:



12042
12043
12044
12045
12046
12047
12048
12049
# File 'lib/aws-sdk-iot/types.rb', line 12042

class ListPackageVersionsRequest < Struct.new(
  :package_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#package_nameString

The name of the target software package.

Returns:



12042
12043
12044
12045
12046
12047
12048
12049
# File 'lib/aws-sdk-iot/types.rb', line 12042

class ListPackageVersionsRequest < Struct.new(
  :package_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the package version. For more information, see Package version lifecycle.

Returns:



12042
12043
12044
12045
12046
12047
12048
12049
# File 'lib/aws-sdk-iot/types.rb', line 12042

class ListPackageVersionsRequest < Struct.new(
  :package_name,
  :status,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end