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