Struct aws_sdk_applicationinsights::input::ListConfigurationHistoryInput [−][src]
#[non_exhaustive]pub struct ListConfigurationHistoryInput {
pub resource_group_name: Option<String>,
pub start_time: Option<DateTime>,
pub end_time: Option<DateTime>,
pub event_status: Option<ConfigurationEventStatus>,
pub max_results: Option<i32>,
pub next_token: Option<String>,
}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.resource_group_name: Option<String>Resource group to which the application belongs.
start_time: Option<DateTime>The start time of the event.
end_time: Option<DateTime>The end time of the event.
event_status: Option<ConfigurationEventStatus>The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
max_results: 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.
next_token: Option<String>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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConfigurationHistory, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConfigurationHistory, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListConfigurationHistory>
Creates a new builder-style object to manufacture ListConfigurationHistoryInput
Resource group to which the application belongs.
The start time of the event.
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
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.
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
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 ListConfigurationHistoryInput
impl Sync for ListConfigurationHistoryInput
impl Unpin for ListConfigurationHistoryInput
impl UnwindSafe for ListConfigurationHistoryInput
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
