Struct aws_sdk_ec2::model::TransitGatewayPolicyTable
source · [−]#[non_exhaustive]pub struct TransitGatewayPolicyTable { /* private fields */ }
Expand description
Describes a transit gateway policy table.
Implementations
sourceimpl TransitGatewayPolicyTable
impl TransitGatewayPolicyTable
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_id(&self) -> Option<&str>
pub fn transit_gateway_id(&self) -> Option<&str>
The ID of the transit gateway.
sourcepub fn state(&self) -> Option<&TransitGatewayPolicyTableState>
pub fn state(&self) -> Option<&TransitGatewayPolicyTableState>
The state of the transit gateway policy table
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The timestamp when the transit gateway policy table was created.
he key-value pairs associated with the transit gateway policy table.
sourceimpl TransitGatewayPolicyTable
impl TransitGatewayPolicyTable
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayPolicyTable
.
Trait Implementations
sourceimpl Clone for TransitGatewayPolicyTable
impl Clone for TransitGatewayPolicyTable
sourcefn clone(&self) -> TransitGatewayPolicyTable
fn clone(&self) -> TransitGatewayPolicyTable
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 Debug for TransitGatewayPolicyTable
impl Debug for TransitGatewayPolicyTable
sourceimpl PartialEq<TransitGatewayPolicyTable> for TransitGatewayPolicyTable
impl PartialEq<TransitGatewayPolicyTable> for TransitGatewayPolicyTable
sourcefn eq(&self, other: &TransitGatewayPolicyTable) -> bool
fn eq(&self, other: &TransitGatewayPolicyTable) -> bool
impl StructuralPartialEq for TransitGatewayPolicyTable
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayPolicyTable
impl Send for TransitGatewayPolicyTable
impl Sync for TransitGatewayPolicyTable
impl Unpin for TransitGatewayPolicyTable
impl UnwindSafe for TransitGatewayPolicyTable
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