Struct aws_sdk_apigatewayv2::output::GetApiMappingsOutput
source · #[non_exhaustive]pub struct GetApiMappingsOutput { /* private fields */ }Implementations§
source§impl GetApiMappingsOutput
impl GetApiMappingsOutput
sourcepub fn items(&self) -> Option<&[ApiMapping]>
pub fn items(&self) -> Option<&[ApiMapping]>
The elements from this collection.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next page of elements from this collection. Not valid for the last element of the collection.
source§impl GetApiMappingsOutput
impl GetApiMappingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApiMappingsOutput.
Trait Implementations§
source§impl Clone for GetApiMappingsOutput
impl Clone for GetApiMappingsOutput
source§fn clone(&self) -> GetApiMappingsOutput
fn clone(&self) -> GetApiMappingsOutput
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 more