#[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() -> Builder
pub fn builder() -> Builder
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 more