Struct aws_sdk_auditmanager::operation::get_assessment_report_url::GetAssessmentReportUrlInput
source · #[non_exhaustive]pub struct GetAssessmentReportUrlInput {
pub assessment_report_id: Option<String>,
pub assessment_id: Option<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.assessment_report_id: Option<String>The unique identifier for the assessment report.
assessment_id: Option<String>The unique identifier for the assessment.
Implementations§
source§impl GetAssessmentReportUrlInput
impl GetAssessmentReportUrlInput
sourcepub fn assessment_report_id(&self) -> Option<&str>
pub fn assessment_report_id(&self) -> Option<&str>
The unique identifier for the assessment report.
sourcepub fn assessment_id(&self) -> Option<&str>
pub fn assessment_id(&self) -> Option<&str>
The unique identifier for the assessment.
source§impl GetAssessmentReportUrlInput
impl GetAssessmentReportUrlInput
sourcepub fn builder() -> GetAssessmentReportUrlInputBuilder
pub fn builder() -> GetAssessmentReportUrlInputBuilder
Creates a new builder-style object to manufacture GetAssessmentReportUrlInput.
Trait Implementations§
source§impl Clone for GetAssessmentReportUrlInput
impl Clone for GetAssessmentReportUrlInput
source§fn clone(&self) -> GetAssessmentReportUrlInput
fn clone(&self) -> GetAssessmentReportUrlInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetAssessmentReportUrlInput
impl Debug for GetAssessmentReportUrlInput
source§impl PartialEq for GetAssessmentReportUrlInput
impl PartialEq for GetAssessmentReportUrlInput
source§fn eq(&self, other: &GetAssessmentReportUrlInput) -> bool
fn eq(&self, other: &GetAssessmentReportUrlInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetAssessmentReportUrlInput
Auto Trait Implementations§
impl RefUnwindSafe for GetAssessmentReportUrlInput
impl Send for GetAssessmentReportUrlInput
impl Sync for GetAssessmentReportUrlInput
impl Unpin for GetAssessmentReportUrlInput
impl UnwindSafe for GetAssessmentReportUrlInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.