pub struct ClientVpnAuthorizationRule { /* private fields */ }Expand description
The AWS::EC2::ClientVpnAuthorizationRule resource type.
Trait Implementations§
Source§impl Debug for ClientVpnAuthorizationRule
impl Debug for ClientVpnAuthorizationRule
Source§impl Default for ClientVpnAuthorizationRule
impl Default for ClientVpnAuthorizationRule
Source§fn default() -> ClientVpnAuthorizationRule
fn default() -> ClientVpnAuthorizationRule
Returns the “default value” for a type. Read more
Source§impl From<ClientVpnAuthorizationRuleProperties> for ClientVpnAuthorizationRule
impl From<ClientVpnAuthorizationRuleProperties> for ClientVpnAuthorizationRule
Source§fn from(
properties: ClientVpnAuthorizationRuleProperties,
) -> ClientVpnAuthorizationRule
fn from( properties: ClientVpnAuthorizationRuleProperties, ) -> ClientVpnAuthorizationRule
Converts to this type from the input type.
Source§impl Resource for ClientVpnAuthorizationRule
impl Resource for ClientVpnAuthorizationRule
Source§const TYPE: &'static str = "AWS::EC2::ClientVpnAuthorizationRule"
const TYPE: &'static str = "AWS::EC2::ClientVpnAuthorizationRule"
Uniquely identifies the resource type.
Source§type Properties = ClientVpnAuthorizationRuleProperties
type Properties = ClientVpnAuthorizationRuleProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ClientVpnAuthorizationRuleProperties
fn properties(&self) -> &ClientVpnAuthorizationRuleProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ClientVpnAuthorizationRuleProperties
fn properties_mut(&mut self) -> &mut ClientVpnAuthorizationRuleProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for ClientVpnAuthorizationRule
impl RefUnwindSafe for ClientVpnAuthorizationRule
impl Send for ClientVpnAuthorizationRule
impl Sync for ClientVpnAuthorizationRule
impl Unpin for ClientVpnAuthorizationRule
impl UnwindSafe for ClientVpnAuthorizationRule
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