#[non_exhaustive]pub struct StartDeliveryStreamEncryptionInput {
pub delivery_stream_name: Option<String>,
pub delivery_stream_encryption_configuration_input: Option<DeliveryStreamEncryptionConfigurationInput>,
}
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.delivery_stream_name: Option<String>
The name of the delivery stream for which you want to enable server-side encryption (SSE).
delivery_stream_encryption_configuration_input: Option<DeliveryStreamEncryptionConfigurationInput>
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDeliveryStreamEncryption, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDeliveryStreamEncryption, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<StartDeliveryStreamEncryption
>
Creates a new builder-style object to manufacture StartDeliveryStreamEncryptionInput
The name of the delivery stream for which you want to enable server-side encryption (SSE).
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for StartDeliveryStreamEncryptionInput
impl Sync for StartDeliveryStreamEncryptionInput
impl Unpin for StartDeliveryStreamEncryptionInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more