Class: Aws::IoT::Types::CreatePackageVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreatePackageVersionResponse
- Includes:
- Structure
- Defined in:
- 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.
3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 |
# File 'lib/aws-sdk-iot/types.rb', line 3612 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.
3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 |
# File 'lib/aws-sdk-iot/types.rb', line 3612 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.
3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 |
# File 'lib/aws-sdk-iot/types.rb', line 3612 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.
3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 |
# File 'lib/aws-sdk-iot/types.rb', line 3612 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.
3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 |
# File 'lib/aws-sdk-iot/types.rb', line 3612 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].
3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 |
# File 'lib/aws-sdk-iot/types.rb', line 3612 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.
3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 |
# File 'lib/aws-sdk-iot/types.rb', line 3612 class CreatePackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason) SENSITIVE = [:description, :attributes] include Aws::Structure end |