#[non_exhaustive]pub struct GetPackageVersionHistoryOutput { /* private fields */ }
Expand description
Container for response returned by
operation. GetPackageVersionHistory
Implementations§
source§impl GetPackageVersionHistoryOutput
impl GetPackageVersionHistoryOutput
pub fn package_id(&self) -> Option<&str>
sourcepub fn package_version_history_list(&self) -> Option<&[PackageVersionHistory]>
pub fn package_version_history_list(&self) -> Option<&[PackageVersionHistory]>
List of PackageVersionHistory
objects.
pub fn next_token(&self) -> Option<&str>
source§impl GetPackageVersionHistoryOutput
impl GetPackageVersionHistoryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPackageVersionHistoryOutput
.
Trait Implementations§
source§impl Clone for GetPackageVersionHistoryOutput
impl Clone for GetPackageVersionHistoryOutput
source§fn clone(&self) -> GetPackageVersionHistoryOutput
fn clone(&self) -> GetPackageVersionHistoryOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<GetPackageVersionHistoryOutput> for GetPackageVersionHistoryOutput
impl PartialEq<GetPackageVersionHistoryOutput> for GetPackageVersionHistoryOutput
source§fn eq(&self, other: &GetPackageVersionHistoryOutput) -> bool
fn eq(&self, other: &GetPackageVersionHistoryOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.