Module: Aws::IoT::Client::_GetPackageVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPackageVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #artifact ⇒ Types::PackageVersionArtifact
- #attributes ⇒ ::Hash[::String, ::String]
- #creation_date ⇒ ::Time
- #description ⇒ ::String
- #error_reason ⇒ ::String
- #last_modified_date ⇒ ::Time
- #package_name ⇒ ::String
- #package_version_arn ⇒ ::String
- #recipe ⇒ ::String
- #sbom ⇒ Types::Sbom
- #sbom_validation_status ⇒ "IN_PROGRESS", ...
- #status ⇒ "DRAFT", ...
- #version_name ⇒ ::String
Instance Method Details
#artifact ⇒ Types::PackageVersionArtifact
2167 |
# File 'sig/client.rbs', line 2167
def artifact: () -> Types::PackageVersionArtifact
|
#attributes ⇒ ::Hash[::String, ::String]
2166 |
# File 'sig/client.rbs', line 2166
def attributes: () -> ::Hash[::String, ::String]
|
#creation_date ⇒ ::Time
2170 |
# File 'sig/client.rbs', line 2170
def creation_date: () -> ::Time
|
#description ⇒ ::String
2165 |
# File 'sig/client.rbs', line 2165
def description: () -> ::String
|
#error_reason ⇒ ::String
2169 |
# File 'sig/client.rbs', line 2169
def error_reason: () -> ::String
|
#last_modified_date ⇒ ::Time
2171 |
# File 'sig/client.rbs', line 2171
def last_modified_date: () -> ::Time
|
#package_name ⇒ ::String
2163 |
# File 'sig/client.rbs', line 2163
def package_name: () -> ::String
|
#package_version_arn ⇒ ::String
2162 |
# File 'sig/client.rbs', line 2162
def package_version_arn: () -> ::String
|
#recipe ⇒ ::String
2174 |
# File 'sig/client.rbs', line 2174
def recipe: () -> ::String
|
#sbom_validation_status ⇒ "IN_PROGRESS", ...
2173 |
# File 'sig/client.rbs', line 2173
def sbom_validation_status: () -> ("IN_PROGRESS" | "FAILED" | "SUCCEEDED")
|
#status ⇒ "DRAFT", ...
2168 |
# File 'sig/client.rbs', line 2168
def status: () -> ("DRAFT" | "PUBLISHED" | "DEPRECATED")
|
#version_name ⇒ ::String
2164 |
# File 'sig/client.rbs', line 2164
def version_name: () -> ::String
|