Struct aws_sdk_ec2::operation::disable_ipam_organization_admin_account::DisableIpamOrganizationAdminAccountInput
source · #[non_exhaustive]pub struct DisableIpamOrganizationAdminAccountInput {
pub dry_run: Option<bool>,
pub delegated_admin_account_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.dry_run: Option<bool>
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
delegated_admin_account_id: Option<String>
The Organizations member account ID that you want to disable as IPAM account.
Implementations§
source§impl DisableIpamOrganizationAdminAccountInput
impl DisableIpamOrganizationAdminAccountInput
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn delegated_admin_account_id(&self) -> Option<&str>
pub fn delegated_admin_account_id(&self) -> Option<&str>
The Organizations member account ID that you want to disable as IPAM account.
source§impl DisableIpamOrganizationAdminAccountInput
impl DisableIpamOrganizationAdminAccountInput
sourcepub fn builder() -> DisableIpamOrganizationAdminAccountInputBuilder
pub fn builder() -> DisableIpamOrganizationAdminAccountInputBuilder
Creates a new builder-style object to manufacture DisableIpamOrganizationAdminAccountInput
.
Trait Implementations§
source§impl Clone for DisableIpamOrganizationAdminAccountInput
impl Clone for DisableIpamOrganizationAdminAccountInput
source§fn clone(&self) -> DisableIpamOrganizationAdminAccountInput
fn clone(&self) -> DisableIpamOrganizationAdminAccountInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DisableIpamOrganizationAdminAccountInput
impl PartialEq for DisableIpamOrganizationAdminAccountInput
source§fn eq(&self, other: &DisableIpamOrganizationAdminAccountInput) -> bool
fn eq(&self, other: &DisableIpamOrganizationAdminAccountInput) -> bool
self
and other
values to be equal, and is used
by ==
.