#[non_exhaustive]pub struct GetParameterHistoryOutput { /* private fields */ }Implementations§
source§impl GetParameterHistoryOutput
impl GetParameterHistoryOutput
sourcepub fn parameters(&self) -> Option<&[ParameterHistory]>
pub fn parameters(&self) -> Option<&[ParameterHistory]>
A list of parameters returned by the request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
source§impl GetParameterHistoryOutput
impl GetParameterHistoryOutput
sourcepub fn builder() -> GetParameterHistoryOutputBuilder
pub fn builder() -> GetParameterHistoryOutputBuilder
Creates a new builder-style object to manufacture GetParameterHistoryOutput.
Trait Implementations§
source§impl Clone for GetParameterHistoryOutput
impl Clone for GetParameterHistoryOutput
source§fn clone(&self) -> GetParameterHistoryOutput
fn clone(&self) -> GetParameterHistoryOutput
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 GetParameterHistoryOutput
impl Debug for GetParameterHistoryOutput
source§impl PartialEq<GetParameterHistoryOutput> for GetParameterHistoryOutput
impl PartialEq<GetParameterHistoryOutput> for GetParameterHistoryOutput
source§fn eq(&self, other: &GetParameterHistoryOutput) -> bool
fn eq(&self, other: &GetParameterHistoryOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetParameterHistoryOutput
impl RequestId for GetParameterHistoryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.