Struct aws_sdk_auditmanager::input::GetEvidenceInput [−][src]
#[non_exhaustive]pub struct GetEvidenceInput {
pub assessment_id: Option<String>,
pub control_set_id: Option<String>,
pub evidence_folder_id: Option<String>,
pub evidence_id: 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.assessment_id: Option<String>
The unique identifier for the assessment.
control_set_id: Option<String>
The unique identifier for the control set.
evidence_folder_id: Option<String>
The unique identifier for the folder that the evidence is stored in.
evidence_id: Option<String>
The unique identifier for the evidence.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEvidence, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEvidence, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetEvidence
>
Creates a new builder-style object to manufacture GetEvidenceInput
The unique identifier for the assessment.
The unique identifier for the control set.
The unique identifier for the folder that the evidence is stored in.
The unique identifier for the evidence.
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 RefUnwindSafe for GetEvidenceInput
impl Send for GetEvidenceInput
impl Sync for GetEvidenceInput
impl Unpin for GetEvidenceInput
impl UnwindSafe for GetEvidenceInput
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