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