#[non_exhaustive]pub struct GetPropertyValueOutput { /* private fields */ }Implementations§
source§impl GetPropertyValueOutput
impl GetPropertyValueOutput
sourcepub fn property_values(&self) -> Option<&HashMap<String, PropertyLatestValue>>
pub fn property_values(&self) -> Option<&HashMap<String, PropertyLatestValue>>
An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The string that specifies the next page of results.
source§impl GetPropertyValueOutput
impl GetPropertyValueOutput
sourcepub fn builder() -> GetPropertyValueOutputBuilder
pub fn builder() -> GetPropertyValueOutputBuilder
Creates a new builder-style object to manufacture GetPropertyValueOutput.
Trait Implementations§
source§impl Clone for GetPropertyValueOutput
impl Clone for GetPropertyValueOutput
source§fn clone(&self) -> GetPropertyValueOutput
fn clone(&self) -> GetPropertyValueOutput
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 GetPropertyValueOutput
impl Debug for GetPropertyValueOutput
source§impl PartialEq<GetPropertyValueOutput> for GetPropertyValueOutput
impl PartialEq<GetPropertyValueOutput> for GetPropertyValueOutput
source§fn eq(&self, other: &GetPropertyValueOutput) -> bool
fn eq(&self, other: &GetPropertyValueOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetPropertyValueOutput
impl RequestId for GetPropertyValueOutput
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.