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
2174 |
# File 'sig/client.rbs', line 2174
def artifact: () -> Types::PackageVersionArtifact
|
#attributes ⇒ ::Hash[::String, ::String]
2173 |
# File 'sig/client.rbs', line 2173
def attributes: () -> ::Hash[::String, ::String]
|
#creation_date ⇒ ::Time
2177 |
# File 'sig/client.rbs', line 2177
def creation_date: () -> ::Time
|
#description ⇒ ::String
2172 |
# File 'sig/client.rbs', line 2172
def description: () -> ::String
|
#error_reason ⇒ ::String
2176 |
# File 'sig/client.rbs', line 2176
def error_reason: () -> ::String
|
#last_modified_date ⇒ ::Time
2178 |
# File 'sig/client.rbs', line 2178
def last_modified_date: () -> ::Time
|
#package_name ⇒ ::String
2170 |
# File 'sig/client.rbs', line 2170
def package_name: () -> ::String
|
#package_version_arn ⇒ ::String
2169 |
# File 'sig/client.rbs', line 2169
def package_version_arn: () -> ::String
|
#recipe ⇒ ::String
2181 |
# File 'sig/client.rbs', line 2181
def recipe: () -> ::String
|
#sbom_validation_status ⇒ "IN_PROGRESS", ...
2180 |
# File 'sig/client.rbs', line 2180
def sbom_validation_status: () -> ("IN_PROGRESS" | "FAILED" | "SUCCEEDED")
|
#status ⇒ "DRAFT", ...
2175 |
# File 'sig/client.rbs', line 2175
def status: () -> ("DRAFT" | "PUBLISHED" | "DEPRECATED")
|
#version_name ⇒ ::String
2171 |
# File 'sig/client.rbs', line 2171
def version_name: () -> ::String
|