Struct aws_sdk_ec2::types::ClientLoginBannerOptions
source · #[non_exhaustive]pub struct ClientLoginBannerOptions { /* private fields */ }Expand description
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Implementations§
source§impl ClientLoginBannerOptions
impl ClientLoginBannerOptions
sourcepub fn enabled(&self) -> Option<bool>
pub fn enabled(&self) -> Option<bool>
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Valid values: true | false
Default value: false
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.
source§impl ClientLoginBannerOptions
impl ClientLoginBannerOptions
sourcepub fn builder() -> ClientLoginBannerOptionsBuilder
pub fn builder() -> ClientLoginBannerOptionsBuilder
Creates a new builder-style object to manufacture ClientLoginBannerOptions.
Trait Implementations§
source§impl Clone for ClientLoginBannerOptions
impl Clone for ClientLoginBannerOptions
source§fn clone(&self) -> ClientLoginBannerOptions
fn clone(&self) -> ClientLoginBannerOptions
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 ClientLoginBannerOptions
impl Debug for ClientLoginBannerOptions
source§impl PartialEq<ClientLoginBannerOptions> for ClientLoginBannerOptions
impl PartialEq<ClientLoginBannerOptions> for ClientLoginBannerOptions
source§fn eq(&self, other: &ClientLoginBannerOptions) -> bool
fn eq(&self, other: &ClientLoginBannerOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ClientLoginBannerOptions
Auto Trait Implementations§
impl RefUnwindSafe for ClientLoginBannerOptions
impl Send for ClientLoginBannerOptions
impl Sync for ClientLoginBannerOptions
impl Unpin for ClientLoginBannerOptions
impl UnwindSafe for ClientLoginBannerOptions
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