#[non_exhaustive]pub struct TransitGatewayPolicyTableAssociation { /* private fields */ }
Expand description
Describes a transit gateway policy table association.
Implementations
sourceimpl TransitGatewayPolicyTableAssociation
impl TransitGatewayPolicyTableAssociation
sourcepub fn transit_gateway_policy_table_id(&self) -> Option<&str>
pub fn transit_gateway_policy_table_id(&self) -> Option<&str>
The ID of the transit gateway policy table.
sourcepub fn transit_gateway_attachment_id(&self) -> Option<&str>
pub fn transit_gateway_attachment_id(&self) -> Option<&str>
The ID of the transit gateway attachment.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The resource ID of the transit gateway attachment.
sourcepub fn resource_type(&self) -> Option<&TransitGatewayAttachmentResourceType>
pub fn resource_type(&self) -> Option<&TransitGatewayAttachmentResourceType>
The resource type for the transit gateway policy table association.
sourcepub fn state(&self) -> Option<&TransitGatewayAssociationState>
pub fn state(&self) -> Option<&TransitGatewayAssociationState>
The state of the transit gateway policy table association.
sourceimpl TransitGatewayPolicyTableAssociation
impl TransitGatewayPolicyTableAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayPolicyTableAssociation
.
Trait Implementations
sourceimpl Clone for TransitGatewayPolicyTableAssociation
impl Clone for TransitGatewayPolicyTableAssociation
sourcefn clone(&self) -> TransitGatewayPolicyTableAssociation
fn clone(&self) -> TransitGatewayPolicyTableAssociation
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<TransitGatewayPolicyTableAssociation> for TransitGatewayPolicyTableAssociation
impl PartialEq<TransitGatewayPolicyTableAssociation> for TransitGatewayPolicyTableAssociation
sourcefn eq(&self, other: &TransitGatewayPolicyTableAssociation) -> bool
fn eq(&self, other: &TransitGatewayPolicyTableAssociation) -> bool
impl StructuralPartialEq for TransitGatewayPolicyTableAssociation
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayPolicyTableAssociation
impl Send for TransitGatewayPolicyTableAssociation
impl Sync for TransitGatewayPolicyTableAssociation
impl Unpin for TransitGatewayPolicyTableAssociation
impl UnwindSafe for TransitGatewayPolicyTableAssociation
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