Struct aws_sdk_config::operation::get_resource_config_history::GetResourceConfigHistoryOutput
source · #[non_exhaustive]pub struct GetResourceConfigHistoryOutput { /* private fields */ }Expand description
The output for the GetResourceConfigHistory action.
Implementations§
source§impl GetResourceConfigHistoryOutput
impl GetResourceConfigHistoryOutput
sourcepub fn configuration_items(&self) -> Option<&[ConfigurationItem]>
pub fn configuration_items(&self) -> Option<&[ConfigurationItem]>
A list that contains the configuration history of one or more resources.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The string that you use in a subsequent request to get the next page of results in a paginated response.
source§impl GetResourceConfigHistoryOutput
impl GetResourceConfigHistoryOutput
sourcepub fn builder() -> GetResourceConfigHistoryOutputBuilder
pub fn builder() -> GetResourceConfigHistoryOutputBuilder
Creates a new builder-style object to manufacture GetResourceConfigHistoryOutput.
Trait Implementations§
source§impl Clone for GetResourceConfigHistoryOutput
impl Clone for GetResourceConfigHistoryOutput
source§fn clone(&self) -> GetResourceConfigHistoryOutput
fn clone(&self) -> GetResourceConfigHistoryOutput
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 PartialEq<GetResourceConfigHistoryOutput> for GetResourceConfigHistoryOutput
impl PartialEq<GetResourceConfigHistoryOutput> for GetResourceConfigHistoryOutput
source§fn eq(&self, other: &GetResourceConfigHistoryOutput) -> bool
fn eq(&self, other: &GetResourceConfigHistoryOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetResourceConfigHistoryOutput
impl RequestId for GetResourceConfigHistoryOutput
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 GetResourceConfigHistoryOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetResourceConfigHistoryOutput
impl Send for GetResourceConfigHistoryOutput
impl Sync for GetResourceConfigHistoryOutput
impl Unpin for GetResourceConfigHistoryOutput
impl UnwindSafe for GetResourceConfigHistoryOutput
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