Class: Aws::IoT::Types::CreatePackageVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreatePackageVersionResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[:description, :attributes]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
Metadata that were added to the package version that can be used to define a package version’s configuration.
-
#description ⇒ String
The package version description.
-
#error_reason ⇒ String
Error reason for a package version failure during creation or update.
-
#package_name ⇒ String
The name of the associated software package.
-
#package_version_arn ⇒ String
The Amazon Resource Name (ARN) for the package.
-
#status ⇒ String
The status of the package version.
-
#version_name ⇒ String
The name of the new package version.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
Metadata that were added to the package version that can be used to define a package version’s configuration.
3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3594 class CreatePackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason) SENSITIVE = [:description, :attributes] include Aws::Structure end |
#description ⇒ String
The package version description.
3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3594 class CreatePackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason) SENSITIVE = [:description, :attributes] include Aws::Structure end |
#error_reason ⇒ String
Error reason for a package version failure during creation or update.
3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3594 class CreatePackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason) SENSITIVE = [:description, :attributes] include Aws::Structure end |
#package_name ⇒ String
The name of the associated software package.
3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3594 class CreatePackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason) SENSITIVE = [:description, :attributes] include Aws::Structure end |
#package_version_arn ⇒ String
The Amazon Resource Name (ARN) for the package.
3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3594 class CreatePackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason) SENSITIVE = [:description, :attributes] include Aws::Structure end |
#status ⇒ String
The status of the package version. For more information, see Package version lifecycle.
3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3594 class CreatePackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason) SENSITIVE = [:description, :attributes] include Aws::Structure end |
#version_name ⇒ String
The name of the new package version.
3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3594 class CreatePackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason) SENSITIVE = [:description, :attributes] include Aws::Structure end |