#[non_exhaustive]pub struct ListApplicationDpuSizesOutput { /* private fields */ }
Implementations§
source§impl ListApplicationDpuSizesOutput
impl ListApplicationDpuSizesOutput
sourcepub fn application_dpu_sizes(&self) -> Option<&[ApplicationDpuSizes]>
pub fn application_dpu_sizes(&self) -> Option<&[ApplicationDpuSizes]>
A list of the supported DPU sizes that the application runtime supports.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the previous page call.
source§impl ListApplicationDpuSizesOutput
impl ListApplicationDpuSizesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListApplicationDpuSizesOutput
.
Trait Implementations§
source§impl Clone for ListApplicationDpuSizesOutput
impl Clone for ListApplicationDpuSizesOutput
source§fn clone(&self) -> ListApplicationDpuSizesOutput
fn clone(&self) -> ListApplicationDpuSizesOutput
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<ListApplicationDpuSizesOutput> for ListApplicationDpuSizesOutput
impl PartialEq<ListApplicationDpuSizesOutput> for ListApplicationDpuSizesOutput
source§fn eq(&self, other: &ListApplicationDpuSizesOutput) -> bool
fn eq(&self, other: &ListApplicationDpuSizesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.