Struct aws_sdk_eks::input::AssociateEncryptionConfigInput
source · #[non_exhaustive]pub struct AssociateEncryptionConfigInput { /* private fields */ }
Implementations§
source§impl AssociateEncryptionConfigInput
impl AssociateEncryptionConfigInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<AssociateEncryptionConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<AssociateEncryptionConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateEncryptionConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateEncryptionConfigInput
.
source§impl AssociateEncryptionConfigInput
impl AssociateEncryptionConfigInput
sourcepub fn cluster_name(&self) -> Option<&str>
pub fn cluster_name(&self) -> Option<&str>
The name of the cluster that you are associating with encryption configuration.
sourcepub fn encryption_config(&self) -> Option<&[EncryptionConfig]>
pub fn encryption_config(&self) -> Option<&[EncryptionConfig]>
The configuration you are using for encryption.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
The client request token you are using with the encryption configuration.
Trait Implementations§
source§impl Clone for AssociateEncryptionConfigInput
impl Clone for AssociateEncryptionConfigInput
source§fn clone(&self) -> AssociateEncryptionConfigInput
fn clone(&self) -> AssociateEncryptionConfigInput
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<AssociateEncryptionConfigInput> for AssociateEncryptionConfigInput
impl PartialEq<AssociateEncryptionConfigInput> for AssociateEncryptionConfigInput
source§fn eq(&self, other: &AssociateEncryptionConfigInput) -> bool
fn eq(&self, other: &AssociateEncryptionConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.