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:

  • (Integer)


10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-iot/types.rb', line 10369

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:

  • (String)


10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-iot/types.rb', line 10369

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:

  • (String)


10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-iot/types.rb', line 10369

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].

[1]: docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle

Returns:

  • (String)


10369
10370
10371
10372
10373
10374
10375
10376
# File 'lib/aws-sdk-iot/types.rb', line 10369

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