Class: Aws::IoT::Types::CreatePackageVersionResponse

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

Constant Summary collapse

SENSITIVE =
[:description, :attributes]

Instance Attribute Summary collapse

Instance Attribute Details

#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>)


3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3428

class CreatePackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :status,
  :error_reason)
  SENSITIVE = [:description, :attributes]
  include Aws::Structure
end

#descriptionString

The package version description.

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3428

class CreatePackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :status,
  :error_reason)
  SENSITIVE = [:description, :attributes]
  include Aws::Structure
end

#error_reasonString

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

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3428

class CreatePackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :status,
  :error_reason)
  SENSITIVE = [:description, :attributes]
  include Aws::Structure
end

#package_nameString

The name of the associated software package.

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3428

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_arnString

The Amazon Resource Name (ARN) for the package.

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3428

class CreatePackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :status,
  :error_reason)
  SENSITIVE = [:description, :attributes]
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3428

class CreatePackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :status,
  :error_reason)
  SENSITIVE = [:description, :attributes]
  include Aws::Structure
end

#version_nameString

The name of the new package version.

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3428

class CreatePackageVersionResponse < Struct.new(
  :package_version_arn,
  :package_name,
  :version_name,
  :description,
  :attributes,
  :status,
  :error_reason)
  SENSITIVE = [:description, :attributes]
  include Aws::Structure
end