#[non_exhaustive]pub struct GetResourceConfigHistoryOutput {
pub configuration_items: Option<Vec<ConfigurationItem>>,
pub next_token: Option<String>,
}Expand description
The output for the GetResourceConfigHistory action.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.configuration_items: Option<Vec<ConfigurationItem>>A list that contains the configuration history of one or more resources.
next_token: Option<String>The string that you use in a subsequent request to get the next page of results in a paginated response.
Implementations
A list that contains the configuration history of one or more resources.
The string that you use in a subsequent request to get the next page of results in a paginated response.
Creates a new builder-style object to manufacture GetResourceConfigHistoryOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for GetResourceConfigHistoryOutput
impl Sync for GetResourceConfigHistoryOutput
impl Unpin for GetResourceConfigHistoryOutput
impl UnwindSafe for GetResourceConfigHistoryOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more