#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for GetPackageVersionHistoryInput
Implementations
Returns an audit history of versions of the package.
Returns an audit history of versions of the package.
Limits results to a maximum number of versions.
Limits results to a maximum number of versions.
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
Consumes the builder and constructs a GetPackageVersionHistoryInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more