#[non_exhaustive]pub struct ListProfileTimesOutput { /* private fields */ }
Expand description
The structure representing the listProfileTimesResponse.
Implementations§
source§impl ListProfileTimesOutput
impl ListProfileTimesOutput
sourcepub fn profile_times(&self) -> Option<&[ProfileTime]>
pub fn profile_times(&self) -> Option<&[ProfileTime]>
The list of start times of the available profiles for the aggregation period in the specified time range.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken
value to include in a future ListProfileTimes
request. When the results of a ListProfileTimes
request exceed maxResults
, this value can be used to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl ListProfileTimesOutput
impl ListProfileTimesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListProfileTimesOutput
.
Trait Implementations§
source§impl Clone for ListProfileTimesOutput
impl Clone for ListProfileTimesOutput
source§fn clone(&self) -> ListProfileTimesOutput
fn clone(&self) -> ListProfileTimesOutput
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 Debug for ListProfileTimesOutput
impl Debug for ListProfileTimesOutput
source§impl PartialEq<ListProfileTimesOutput> for ListProfileTimesOutput
impl PartialEq<ListProfileTimesOutput> for ListProfileTimesOutput
source§fn eq(&self, other: &ListProfileTimesOutput) -> bool
fn eq(&self, other: &ListProfileTimesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.