Class: Aws::IoT::Types::CreatePackageVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreatePackageVersionRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[:description, :attributes, :recipe]
Instance Attribute Summary collapse
-
#artifact ⇒ Types::PackageVersionArtifact
The various build components created during the build process such as libraries and configuration files that make up a software package version.
-
#attributes ⇒ Hash<String,String>
Metadata that can be used to define a package version’s configuration.
-
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
-
#description ⇒ String
A summary of the package version being created.
-
#package_name ⇒ String
The name of the associated software package.
-
#recipe ⇒ String
The inline job document associated with a software package version used for a quick job deployment.
-
#tags ⇒ Hash<String,String>
Metadata that can be used to manage the package version.
-
#version_name ⇒ String
The name of the new package version.
Instance Attribute Details
#artifact ⇒ Types::PackageVersionArtifact
The various build components created during the build process such as libraries and configuration files that make up a software package version.
3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3873 class CreatePackageVersionRequest < Struct.new( :package_name, :version_name, :description, :attributes, :artifact, :recipe, :tags, :client_token) SENSITIVE = [:description, :attributes, :recipe] include Aws::Structure end |
#attributes ⇒ Hash<String,String>
Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet.
The combined size of all the attributes on a package version is limited to 3KB.
3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3873 class CreatePackageVersionRequest < Struct.new( :package_name, :version_name, :description, :attributes, :artifact, :recipe, :tags, :client_token) SENSITIVE = [:description, :attributes, :recipe] include Aws::Structure end |
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
A suitable default value is auto-generated. You should normally not need to pass this option.
3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3873 class CreatePackageVersionRequest < Struct.new( :package_name, :version_name, :description, :attributes, :artifact, :recipe, :tags, :client_token) SENSITIVE = [:description, :attributes, :recipe] include Aws::Structure end |
#description ⇒ String
A summary of the package version being created. This can be used to outline the package's contents or purpose.
3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3873 class CreatePackageVersionRequest < Struct.new( :package_name, :version_name, :description, :attributes, :artifact, :recipe, :tags, :client_token) SENSITIVE = [:description, :attributes, :recipe] include Aws::Structure end |
#package_name ⇒ String
The name of the associated software package.
3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3873 class CreatePackageVersionRequest < Struct.new( :package_name, :version_name, :description, :attributes, :artifact, :recipe, :tags, :client_token) SENSITIVE = [:description, :attributes, :recipe] include Aws::Structure end |
#recipe ⇒ String
The inline job document associated with a software package version used for a quick job deployment.
3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3873 class CreatePackageVersionRequest < Struct.new( :package_name, :version_name, :description, :attributes, :artifact, :recipe, :tags, :client_token) SENSITIVE = [:description, :attributes, :recipe] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata that can be used to manage the package version.
3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3873 class CreatePackageVersionRequest < Struct.new( :package_name, :version_name, :description, :attributes, :artifact, :recipe, :tags, :client_token) SENSITIVE = [:description, :attributes, :recipe] include Aws::Structure end |
#version_name ⇒ String
The name of the new package version.
3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3873 class CreatePackageVersionRequest < Struct.new( :package_name, :version_name, :description, :attributes, :artifact, :recipe, :tags, :client_token) SENSITIVE = [:description, :attributes, :recipe] include Aws::Structure end |