Struct aws_sdk_ssm::operation::get_parameters::GetParametersOutput
source · #[non_exhaustive]pub struct GetParametersOutput { /* private fields */ }
Implementations§
source§impl GetParametersOutput
impl GetParametersOutput
sourcepub fn parameters(&self) -> Option<&[Parameter]>
pub fn parameters(&self) -> Option<&[Parameter]>
A list of details for a parameter.
sourcepub fn invalid_parameters(&self) -> Option<&[String]>
pub fn invalid_parameters(&self) -> Option<&[String]>
A list of parameters that aren't formatted correctly or don't run during an execution.
source§impl GetParametersOutput
impl GetParametersOutput
sourcepub fn builder() -> GetParametersOutputBuilder
pub fn builder() -> GetParametersOutputBuilder
Creates a new builder-style object to manufacture GetParametersOutput
.
Trait Implementations§
source§impl Clone for GetParametersOutput
impl Clone for GetParametersOutput
source§fn clone(&self) -> GetParametersOutput
fn clone(&self) -> GetParametersOutput
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 GetParametersOutput
impl Debug for GetParametersOutput
source§impl PartialEq<GetParametersOutput> for GetParametersOutput
impl PartialEq<GetParametersOutput> for GetParametersOutput
source§fn eq(&self, other: &GetParametersOutput) -> bool
fn eq(&self, other: &GetParametersOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetParametersOutput
impl RequestId for GetParametersOutput
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.impl StructuralPartialEq for GetParametersOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetParametersOutput
impl Send for GetParametersOutput
impl Sync for GetParametersOutput
impl Unpin for GetParametersOutput
impl UnwindSafe for GetParametersOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more