Struct aws_sdk_auditmanager::input::GetEvidenceByEvidenceFolderInput [−][src]
#[non_exhaustive]pub struct GetEvidenceByEvidenceFolderInput {
pub assessment_id: Option<String>,
pub control_set_id: Option<String>,
pub evidence_folder_id: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}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.assessment_id: Option<String>The identifier for the assessment.
control_set_id: Option<String>The identifier for the control set.
evidence_folder_id: Option<String>The unique identifier for the folder that the evidence is stored in.
next_token: Option<String>The pagination token that's used to fetch the next set of results.
max_results: Option<i32>Represents the maximum number of results on a page or for an API request call.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEvidenceByEvidenceFolder, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEvidenceByEvidenceFolder, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetEvidenceByEvidenceFolder>
Creates a new builder-style object to manufacture GetEvidenceByEvidenceFolderInput
The identifier for the assessment.
The identifier for the control set.
The unique identifier for the folder that the evidence is stored in.
The pagination token that's used to fetch the next set of results.
Represents the maximum number of results on a page or for an API request call.
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 GetEvidenceByEvidenceFolderInput
impl Sync for GetEvidenceByEvidenceFolderInput
impl Unpin for GetEvidenceByEvidenceFolderInput
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