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