#[non_exhaustive]pub struct ListConfigurationHistoryInput { /* private fields */ }
Implementations
sourceimpl ListConfigurationHistoryInput
impl ListConfigurationHistoryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConfigurationHistory, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConfigurationHistory, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListConfigurationHistory
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListConfigurationHistoryInput
.
sourceimpl ListConfigurationHistoryInput
impl ListConfigurationHistoryInput
sourcepub fn resource_group_name(&self) -> Option<&str>
pub fn resource_group_name(&self) -> Option<&str>
Resource group to which the application belongs.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The start time of the event.
sourcepub fn event_status(&self) -> Option<&ConfigurationEventStatus>
pub fn event_status(&self) -> Option<&ConfigurationEventStatus>
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results returned by ListConfigurationHistory
in paginated output. When this parameter is used, ListConfigurationHistory
returns only MaxResults
in a single page along with a NextToken
response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory
request with the returned NextToken
value. If this parameter is not used, then ListConfigurationHistory
returns all results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The NextToken
value returned from a previous paginated ListConfigurationHistory
request where MaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken
value. This value is null
when there are no more results to return.
Trait Implementations
sourceimpl Clone for ListConfigurationHistoryInput
impl Clone for ListConfigurationHistoryInput
sourcefn clone(&self) -> ListConfigurationHistoryInput
fn clone(&self) -> ListConfigurationHistoryInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more