Struct aws_sdk_iam::operation::generate_organizations_access_report::GenerateOrganizationsAccessReportOutput
source · #[non_exhaustive]pub struct GenerateOrganizationsAccessReportOutput {
pub job_id: Option<String>,
/* private fields */
}
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.job_id: Option<String>
The job identifier that you can use in the GetOrganizationsAccessReport
operation.
Implementations§
source§impl GenerateOrganizationsAccessReportOutput
impl GenerateOrganizationsAccessReportOutput
sourcepub fn builder() -> GenerateOrganizationsAccessReportOutputBuilder
pub fn builder() -> GenerateOrganizationsAccessReportOutputBuilder
Creates a new builder-style object to manufacture GenerateOrganizationsAccessReportOutput
.
Trait Implementations§
source§impl Clone for GenerateOrganizationsAccessReportOutput
impl Clone for GenerateOrganizationsAccessReportOutput
source§fn clone(&self) -> GenerateOrganizationsAccessReportOutput
fn clone(&self) -> GenerateOrganizationsAccessReportOutput
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 PartialEq for GenerateOrganizationsAccessReportOutput
impl PartialEq for GenerateOrganizationsAccessReportOutput
source§fn eq(&self, other: &GenerateOrganizationsAccessReportOutput) -> bool
fn eq(&self, other: &GenerateOrganizationsAccessReportOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GenerateOrganizationsAccessReportOutput
impl RequestId for GenerateOrganizationsAccessReportOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GenerateOrganizationsAccessReportOutput
Auto Trait Implementations§
impl RefUnwindSafe for GenerateOrganizationsAccessReportOutput
impl Send for GenerateOrganizationsAccessReportOutput
impl Sync for GenerateOrganizationsAccessReportOutput
impl Unpin for GenerateOrganizationsAccessReportOutput
impl UnwindSafe for GenerateOrganizationsAccessReportOutput
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.