#[non_exhaustive]pub struct ListSecretVersionIdsOutput { /* private fields */ }Implementations§
source§impl ListSecretVersionIdsOutput
impl ListSecretVersionIdsOutput
sourcepub fn versions(&self) -> Option<&[SecretVersionsListEntry]>
pub fn versions(&self) -> Option<&[SecretVersionsListEntry]>
A list of the versions of the secret.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Secrets Manager includes this value if there's more output available than what is included in the current response. This can occur even when the response includes no values at all, such as when you ask for a filtered view of a long list. To get the next results, call ListSecretVersionIds again with this value.
source§impl ListSecretVersionIdsOutput
impl ListSecretVersionIdsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSecretVersionIdsOutput.
Trait Implementations§
source§impl Clone for ListSecretVersionIdsOutput
impl Clone for ListSecretVersionIdsOutput
source§fn clone(&self) -> ListSecretVersionIdsOutput
fn clone(&self) -> ListSecretVersionIdsOutput
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 Debug for ListSecretVersionIdsOutput
impl Debug for ListSecretVersionIdsOutput
source§impl PartialEq<ListSecretVersionIdsOutput> for ListSecretVersionIdsOutput
impl PartialEq<ListSecretVersionIdsOutput> for ListSecretVersionIdsOutput
source§fn eq(&self, other: &ListSecretVersionIdsOutput) -> bool
fn eq(&self, other: &ListSecretVersionIdsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.