#[non_exhaustive]pub struct TransitGatewayPolicyRuleMetaData { /* private fields */ }
Expand description
Describes the meta data tags associated with a transit gateway policy rule.
Implementations
sourceimpl TransitGatewayPolicyRuleMetaData
impl TransitGatewayPolicyRuleMetaData
sourcepub fn meta_data_key(&self) -> Option<&str>
pub fn meta_data_key(&self) -> Option<&str>
The key name for the transit gateway policy rule meta data tag.
sourcepub fn meta_data_value(&self) -> Option<&str>
pub fn meta_data_value(&self) -> Option<&str>
The value of the key for the transit gateway policy rule meta data tag.
sourceimpl TransitGatewayPolicyRuleMetaData
impl TransitGatewayPolicyRuleMetaData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayPolicyRuleMetaData
.
Trait Implementations
sourceimpl Clone for TransitGatewayPolicyRuleMetaData
impl Clone for TransitGatewayPolicyRuleMetaData
sourcefn clone(&self) -> TransitGatewayPolicyRuleMetaData
fn clone(&self) -> TransitGatewayPolicyRuleMetaData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<TransitGatewayPolicyRuleMetaData> for TransitGatewayPolicyRuleMetaData
impl PartialEq<TransitGatewayPolicyRuleMetaData> for TransitGatewayPolicyRuleMetaData
sourcefn eq(&self, other: &TransitGatewayPolicyRuleMetaData) -> bool
fn eq(&self, other: &TransitGatewayPolicyRuleMetaData) -> bool
impl StructuralPartialEq for TransitGatewayPolicyRuleMetaData
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayPolicyRuleMetaData
impl Send for TransitGatewayPolicyRuleMetaData
impl Sync for TransitGatewayPolicyRuleMetaData
impl Unpin for TransitGatewayPolicyRuleMetaData
impl UnwindSafe for TransitGatewayPolicyRuleMetaData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more