#[non_exhaustive]pub struct ListMetricAttributionsInput { /* private fields */ }
Implementations§
source§impl ListMetricAttributionsInput
impl ListMetricAttributionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMetricAttributions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMetricAttributions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListMetricAttributions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListMetricAttributionsInput
.
source§impl ListMetricAttributionsInput
impl ListMetricAttributionsInput
sourcepub fn dataset_group_arn(&self) -> Option<&str>
pub fn dataset_group_arn(&self) -> Option<&str>
The metric attributions' dataset group Amazon Resource Name (ARN).
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Specify the pagination token from a previous request to retrieve the next page of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of metric attributions to return in one page of results.
Trait Implementations§
source§impl Clone for ListMetricAttributionsInput
impl Clone for ListMetricAttributionsInput
source§fn clone(&self) -> ListMetricAttributionsInput
fn clone(&self) -> ListMetricAttributionsInput
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 ListMetricAttributionsInput
impl Debug for ListMetricAttributionsInput
source§impl PartialEq<ListMetricAttributionsInput> for ListMetricAttributionsInput
impl PartialEq<ListMetricAttributionsInput> for ListMetricAttributionsInput
source§fn eq(&self, other: &ListMetricAttributionsInput) -> bool
fn eq(&self, other: &ListMetricAttributionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.