Struct aws_sdk_cloudhsm::input::ModifyHsmInput
source · #[non_exhaustive]pub struct ModifyHsmInput { /* private fields */ }Expand description
Contains the inputs for the ModifyHsm operation.
Implementations§
source§impl ModifyHsmInput
impl ModifyHsmInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyHsm, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyHsm, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyHsm>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyHsmInput.
source§impl ModifyHsmInput
impl ModifyHsmInput
sourcepub fn subnet_id(&self) -> Option<&str>
pub fn subnet_id(&self) -> Option<&str>
The new identifier of the subnet that the HSM is in. The new subnet must be in the same Availability Zone as the current subnet.
sourcepub fn eni_ip(&self) -> Option<&str>
pub fn eni_ip(&self) -> Option<&str>
The new IP address for the elastic network interface (ENI) attached to the HSM.
If the HSM is moved to a different subnet, and an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the new subnet.
sourcepub fn iam_role_arn(&self) -> Option<&str>
pub fn iam_role_arn(&self) -> Option<&str>
The new IAM role ARN.
sourcepub fn external_id(&self) -> Option<&str>
pub fn external_id(&self) -> Option<&str>
The new external ID.
Trait Implementations§
source§impl Clone for ModifyHsmInput
impl Clone for ModifyHsmInput
source§fn clone(&self) -> ModifyHsmInput
fn clone(&self) -> ModifyHsmInput
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 Debug for ModifyHsmInput
impl Debug for ModifyHsmInput
source§impl PartialEq<ModifyHsmInput> for ModifyHsmInput
impl PartialEq<ModifyHsmInput> for ModifyHsmInput
source§fn eq(&self, other: &ModifyHsmInput) -> bool
fn eq(&self, other: &ModifyHsmInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.