Struct aws_sdk_workdocs::input::DescribeActivitiesInput
source · [−]#[non_exhaustive]pub struct DescribeActivitiesInput { /* private fields */ }Implementations
sourceimpl DescribeActivitiesInput
impl DescribeActivitiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeActivities, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeActivities, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeActivities>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeActivitiesInput.
sourceimpl DescribeActivitiesInput
impl DescribeActivitiesInput
sourcepub fn authentication_token(&self) -> Option<&str>
pub fn authentication_token(&self) -> Option<&str>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp.
sourcepub fn end_time(&self) -> Option<&DateTime>
pub fn end_time(&self) -> Option<&DateTime>
The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp.
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.
sourcepub fn activity_types(&self) -> Option<&str>
pub fn activity_types(&self) -> Option<&str>
Specifies which activity types to include in the response. If this field is left empty, all activity types are returned.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The document or folder ID for which to describe activity types.
sourcepub fn user_id(&self) -> Option<&str>
pub fn user_id(&self) -> Option<&str>
The ID of the user who performed the action. The response includes activities pertaining to this user. This is an optional parameter and is only applicable for administrative API (SigV4) requests.
sourcepub fn include_indirect_activities(&self) -> bool
pub fn include_indirect_activities(&self) -> bool
Includes indirect activities. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).
Trait Implementations
sourceimpl Clone for DescribeActivitiesInput
impl Clone for DescribeActivitiesInput
sourcefn clone(&self) -> DescribeActivitiesInput
fn clone(&self) -> DescribeActivitiesInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more