Module: Aws::IoT::Client::_AssociateSbomWithPackageVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AssociateSbomWithPackageVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #package_name ⇒ ::String
- #sbom ⇒ Types::Sbom
- #sbom_validation_status ⇒ "IN_PROGRESS", ...
- #version_name ⇒ ::String
Instance Method Details
#package_name ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def package_name: () -> ::String
|
#sbom_validation_status ⇒ "IN_PROGRESS", ...
118 |
# File 'sig/client.rbs', line 118
def sbom_validation_status: () -> ("IN_PROGRESS" | "FAILED" | "SUCCEEDED")
|
#version_name ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def version_name: () -> ::String
|