#[non_exhaustive]pub struct TransitGatewayPolicyRuleMetaData { /* private fields */ }
Expand description
Describes the meta data tags associated with a transit gateway policy rule.
Implementations§
source§impl 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.
source§impl TransitGatewayPolicyRuleMetaData
impl TransitGatewayPolicyRuleMetaData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayPolicyRuleMetaData
.
Trait Implementations§
source§impl Clone for TransitGatewayPolicyRuleMetaData
impl Clone for TransitGatewayPolicyRuleMetaData
source§fn clone(&self) -> TransitGatewayPolicyRuleMetaData
fn clone(&self) -> TransitGatewayPolicyRuleMetaData
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 PartialEq<TransitGatewayPolicyRuleMetaData> for TransitGatewayPolicyRuleMetaData
impl PartialEq<TransitGatewayPolicyRuleMetaData> for TransitGatewayPolicyRuleMetaData
source§fn eq(&self, other: &TransitGatewayPolicyRuleMetaData) -> bool
fn eq(&self, other: &TransitGatewayPolicyRuleMetaData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.