Struct aws_sdk_iam::input::GenerateOrganizationsAccessReportInput [−][src]
#[non_exhaustive]pub struct GenerateOrganizationsAccessReportInput {
pub entity_path: Option<String>,
pub organizations_policy_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.entity_path: Option<String>
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
.
organizations_policy_id: Option<String>
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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GenerateOrganizationsAccessReport, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GenerateOrganizationsAccessReport, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GenerateOrganizationsAccessReport
>
Creates a new builder-style object to manufacture GenerateOrganizationsAccessReportInput
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
.
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
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