#[non_exhaustive]pub struct DisassociateEnclaveCertificateIamRoleInput { /* private fields */ }
Implementations§
source§impl DisassociateEnclaveCertificateIamRoleInput
impl DisassociateEnclaveCertificateIamRoleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateEnclaveCertificateIamRole, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateEnclaveCertificateIamRole, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateEnclaveCertificateIamRole
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateEnclaveCertificateIamRoleInput
.
source§impl DisassociateEnclaveCertificateIamRoleInput
impl DisassociateEnclaveCertificateIamRoleInput
sourcepub fn certificate_arn(&self) -> Option<&str>
pub fn certificate_arn(&self) -> Option<&str>
The ARN of the ACM certificate from which to disassociate the IAM role.
Trait Implementations§
source§impl Clone for DisassociateEnclaveCertificateIamRoleInput
impl Clone for DisassociateEnclaveCertificateIamRoleInput
source§fn clone(&self) -> DisassociateEnclaveCertificateIamRoleInput
fn clone(&self) -> DisassociateEnclaveCertificateIamRoleInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DisassociateEnclaveCertificateIamRoleInput> for DisassociateEnclaveCertificateIamRoleInput
impl PartialEq<DisassociateEnclaveCertificateIamRoleInput> for DisassociateEnclaveCertificateIamRoleInput
source§fn eq(&self, other: &DisassociateEnclaveCertificateIamRoleInput) -> bool
fn eq(&self, other: &DisassociateEnclaveCertificateIamRoleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.