Struct aws_sdk_ec2::operation::enable_ipam_organization_admin_account::EnableIpamOrganizationAdminAccountInput
source · #[non_exhaustive]pub struct EnableIpamOrganizationAdminAccountInput {
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 enable as the IPAM account.
Implementations§
source§impl EnableIpamOrganizationAdminAccountInput
impl EnableIpamOrganizationAdminAccountInput
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 enable as the IPAM account.
source§impl EnableIpamOrganizationAdminAccountInput
impl EnableIpamOrganizationAdminAccountInput
sourcepub fn builder() -> EnableIpamOrganizationAdminAccountInputBuilder
pub fn builder() -> EnableIpamOrganizationAdminAccountInputBuilder
Creates a new builder-style object to manufacture EnableIpamOrganizationAdminAccountInput
.
Trait Implementations§
source§impl Clone for EnableIpamOrganizationAdminAccountInput
impl Clone for EnableIpamOrganizationAdminAccountInput
source§fn clone(&self) -> EnableIpamOrganizationAdminAccountInput
fn clone(&self) -> EnableIpamOrganizationAdminAccountInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for EnableIpamOrganizationAdminAccountInput
impl PartialEq for EnableIpamOrganizationAdminAccountInput
source§fn eq(&self, other: &EnableIpamOrganizationAdminAccountInput) -> bool
fn eq(&self, other: &EnableIpamOrganizationAdminAccountInput) -> bool
self
and other
values to be equal, and is used
by ==
.