Class: Aws::Types::GetPackageVersionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :attributes, :recipe])

Instance Attribute Summary collapse

Instance Attribute Details

#artifactTypes::PackageVersionArtifact

Returns the value of attribute artifact.



2463
2464
2465
# File 'sig/types.rbs', line 2463

def artifact
  @artifact
end

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


2462
2463
2464
# File 'sig/types.rbs', line 2462

def attributes
  @attributes
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def description
  @description
end

#error_reason::String

Returns the value of attribute error_reason.

Returns:

  • (::String)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def error_reason
  @error_reason
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2467
2468
2469
# File 'sig/types.rbs', line 2467

def last_modified_date
  @last_modified_date
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def package_name
  @package_name
end

#package_version_arn::String

Returns the value of attribute package_version_arn.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def package_version_arn
  @package_version_arn
end

#recipe::String

Returns the value of attribute recipe.

Returns:

  • (::String)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def recipe
  @recipe
end

#sbomTypes::Sbom

Returns the value of attribute sbom.

Returns:



2468
2469
2470
# File 'sig/types.rbs', line 2468

def sbom
  @sbom
end

#sbom_validation_status"IN_PROGRESS", ...

Returns the value of attribute sbom_validation_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED")


2469
2470
2471
# File 'sig/types.rbs', line 2469

def sbom_validation_status
  @sbom_validation_status
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

  • ("DRAFT", "PUBLISHED", "DEPRECATED")


2464
2465
2466
# File 'sig/types.rbs', line 2464

def status
  @status
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def version_name
  @version_name
end