#[non_exhaustive]pub struct GenerateOrganizationsAccessReportInput { /* private fields */ }Implementations
sourceimpl GenerateOrganizationsAccessReportInput
impl GenerateOrganizationsAccessReportInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GenerateOrganizationsAccessReport, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GenerateOrganizationsAccessReport, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GenerateOrganizationsAccessReport>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GenerateOrganizationsAccessReportInput.
sourceimpl GenerateOrganizationsAccessReportInput
impl GenerateOrganizationsAccessReportInput
sourcepub fn entity_path(&self) -> Option<&str>
pub fn entity_path(&self) -> Option<&str>
The path of the Organizations entity (root, OU, or account). You can build an entity path using the known structure of your organization. For example, assume that your account ID is 123456789012 and its parent OU ID is ou-rge0-awsabcde. The organization root ID is r-f6g7h8i9j0example and your organization ID is o-a1b2c3d4e5. Your entity path is o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-rge0-awsabcde/123456789012.
sourcepub fn organizations_policy_id(&self) -> Option<&str>
pub fn organizations_policy_id(&self) -> Option<&str>
The identifier of the Organizations service control policy (SCP). This parameter is optional.
This ID is used to generate information about when an account principal that is limited by the SCP attempted to access an Amazon Web Services service.
Trait Implementations
sourceimpl Clone for GenerateOrganizationsAccessReportInput
impl Clone for GenerateOrganizationsAccessReportInput
sourcefn clone(&self) -> GenerateOrganizationsAccessReportInput
fn clone(&self) -> GenerateOrganizationsAccessReportInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more