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