#[non_exhaustive]pub struct GetParametersByPathOutput { /* private fields */ }Implementations§
source§impl GetParametersByPathOutput
impl GetParametersByPathOutput
sourcepub fn parameters(&self) -> Option<&[Parameter]>
pub fn parameters(&self) -> Option<&[Parameter]>
A list of parameters found in the specified hierarchy.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of items to return. Use this token to get the next set of results.
source§impl GetParametersByPathOutput
impl GetParametersByPathOutput
sourcepub fn builder() -> GetParametersByPathOutputBuilder
pub fn builder() -> GetParametersByPathOutputBuilder
Creates a new builder-style object to manufacture GetParametersByPathOutput.
Trait Implementations§
source§impl Clone for GetParametersByPathOutput
impl Clone for GetParametersByPathOutput
source§fn clone(&self) -> GetParametersByPathOutput
fn clone(&self) -> GetParametersByPathOutput
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 GetParametersByPathOutput
impl Debug for GetParametersByPathOutput
source§impl PartialEq<GetParametersByPathOutput> for GetParametersByPathOutput
impl PartialEq<GetParametersByPathOutput> for GetParametersByPathOutput
source§fn eq(&self, other: &GetParametersByPathOutput) -> bool
fn eq(&self, other: &GetParametersByPathOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetParametersByPathOutput
impl RequestId for GetParametersByPathOutput
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.