Class: Aws::IoT::Types::ListPackageVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListPackageVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
The token for the next set of results.
-
#package_name ⇒ String
The name of the target software package.
-
#status ⇒ String
The status of the package version.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
11432 11433 11434 11435 11436 11437 11438 11439 |
# File 'lib/aws-sdk-iot/types.rb', line 11432 class ListPackageVersionsRequest < Struct.new( :package_name, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
11432 11433 11434 11435 11436 11437 11438 11439 |
# File 'lib/aws-sdk-iot/types.rb', line 11432 class ListPackageVersionsRequest < Struct.new( :package_name, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
The name of the target software package.
11432 11433 11434 11435 11436 11437 11438 11439 |
# File 'lib/aws-sdk-iot/types.rb', line 11432 class ListPackageVersionsRequest < Struct.new( :package_name, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the package version. For more information, see [Package version lifecycle].
11432 11433 11434 11435 11436 11437 11438 11439 |
# File 'lib/aws-sdk-iot/types.rb', line 11432 class ListPackageVersionsRequest < Struct.new( :package_name, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |