Struct aws_sdk_workmail::input::GetAccessControlEffectInput [−][src]
#[non_exhaustive]pub struct GetAccessControlEffectInput {
pub organization_id: Option<String>,
pub ip_address: Option<String>,
pub action: Option<String>,
pub user_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.organization_id: Option<String>
The identifier for the organization.
ip_address: Option<String>
The IPv4 address.
action: Option<String>
The access protocol action. Valid values include ActiveSync
,
AutoDiscover
, EWS
, IMAP
, SMTP
,
WindowsOutlook
, and WebMail
.
user_id: Option<String>
The user ID.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAccessControlEffect, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAccessControlEffect, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetAccessControlEffect
>
Creates a new builder-style object to manufacture GetAccessControlEffectInput
The identifier for the organization.
The IPv4 address.
The access protocol action. Valid values include ActiveSync
,
AutoDiscover
, EWS
, IMAP
, SMTP
,
WindowsOutlook
, and WebMail
.
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 GetAccessControlEffectInput
impl Send for GetAccessControlEffectInput
impl Sync for GetAccessControlEffectInput
impl Unpin for GetAccessControlEffectInput
impl UnwindSafe for GetAccessControlEffectInput
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