#[non_exhaustive]pub struct CreateTransitGatewayPolicyTableOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl CreateTransitGatewayPolicyTableOutput
impl CreateTransitGatewayPolicyTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitGatewayPolicyTableOutput
.
Trait Implementations
sourceimpl Clone for CreateTransitGatewayPolicyTableOutput
impl Clone for CreateTransitGatewayPolicyTableOutput
sourcefn clone(&self) -> CreateTransitGatewayPolicyTableOutput
fn clone(&self) -> CreateTransitGatewayPolicyTableOutput
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<CreateTransitGatewayPolicyTableOutput> for CreateTransitGatewayPolicyTableOutput
impl PartialEq<CreateTransitGatewayPolicyTableOutput> for CreateTransitGatewayPolicyTableOutput
sourcefn eq(&self, other: &CreateTransitGatewayPolicyTableOutput) -> bool
fn eq(&self, other: &CreateTransitGatewayPolicyTableOutput) -> bool
impl StructuralPartialEq for CreateTransitGatewayPolicyTableOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateTransitGatewayPolicyTableOutput
impl Send for CreateTransitGatewayPolicyTableOutput
impl Sync for CreateTransitGatewayPolicyTableOutput
impl Unpin for CreateTransitGatewayPolicyTableOutput
impl UnwindSafe for CreateTransitGatewayPolicyTableOutput
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