pub struct SSESpecification {
pub sse_enabled: Option<Value<bool>>,
}Expand description
The AWS::DAX::Cluster.SSESpecification property type.
Fields§
§sse_enabled: Option<Value<bool>>Property SSEEnabled.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for SSESpecification
impl Debug for SSESpecification
Source§impl Default for SSESpecification
impl Default for SSESpecification
Source§fn default() -> SSESpecification
fn default() -> SSESpecification
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SSESpecification
impl RefUnwindSafe for SSESpecification
impl Send for SSESpecification
impl Sync for SSESpecification
impl Unpin for SSESpecification
impl UnwindSafe for SSESpecification
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more