#[non_exhaustive]pub struct GetResourceConfigHistoryInput { /* private fields */ }Expand description
The input for the GetResourceConfigHistory action.
Implementations
sourceimpl GetResourceConfigHistoryInput
impl GetResourceConfigHistoryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceConfigHistory, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceConfigHistory, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResourceConfigHistory>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetResourceConfigHistoryInput.
sourceimpl GetResourceConfigHistoryInput
impl GetResourceConfigHistoryInput
sourcepub fn resource_type(&self) -> Option<&ResourceType>
pub fn resource_type(&self) -> Option<&ResourceType>
The resource type.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource (for example., sg-xxxxxx).
sourcepub fn later_time(&self) -> Option<&DateTime>
pub fn later_time(&self) -> Option<&DateTime>
The time stamp that indicates a later time. If not specified, current time is taken.
sourcepub fn earlier_time(&self) -> Option<&DateTime>
pub fn earlier_time(&self) -> Option<&DateTime>
The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.
sourcepub fn chronological_order(&self) -> Option<&ChronologicalOrder>
pub fn chronological_order(&self) -> Option<&ChronologicalOrder>
The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
sourcepub fn limit(&self) -> i32
pub fn limit(&self) -> i32
The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Trait Implementations
sourceimpl Clone for GetResourceConfigHistoryInput
impl Clone for GetResourceConfigHistoryInput
sourcefn clone(&self) -> GetResourceConfigHistoryInput
fn clone(&self) -> GetResourceConfigHistoryInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more