Class: Aws::IoT::Types::GetPackageVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[:description, :attributes, :recipe]

Instance Attribute Summary collapse

Instance Attribute Details

#artifactTypes::PackageVersionArtifact

The various components that make up a software package version.



8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#attributesHash<String,String>

Metadata that were added to the package version that can be used to define a package version’s configuration.

Returns:

  • (Hash<String,String>)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#creation_dateTime

The date when the package version was created.

Returns:

  • (Time)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#descriptionString

The package version description.

Returns:

  • (String)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#error_reasonString

Error reason for a package version failure during creation or update.

Returns:

  • (String)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#last_modified_dateTime

The date when the package version was last updated.

Returns:

  • (Time)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#package_nameString

The name of the software package.

Returns:

  • (String)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#package_version_arnString

The ARN for the package version.

Returns:

  • (String)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#recipeString

The inline job document associated with a software package version used for a quick job deployment.

Returns:

  • (String)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#sbomTypes::Sbom

The software bill of materials for a software package version.

Returns:



8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#sbom_validation_statusString

The status of the validation for a new software bill of materials added to a software package version.

Returns:

  • (String)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#statusString

The status associated to the package version. For more information, see Package version lifecycle.

Returns:

  • (String)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end

#version_nameString

The name of the package version.

Returns:

  • (String)


8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8443

class GetPackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :artifact,
  :status,
  :error_reason,
  :creation_date,
  :last_modified_date,
  :sbom,
  :sbom_validation_status,
  :recipe)
  SENSITIVE = [:description, :attributes, :recipe]
  include Aws::Structure
end