#[non_exhaustive]pub struct DescribeAggregationAuthorizationsInput { /* private fields */ }Implementations§
source§impl DescribeAggregationAuthorizationsInput
impl DescribeAggregationAuthorizationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAggregationAuthorizations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAggregationAuthorizations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAggregationAuthorizations>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAggregationAuthorizationsInput.
source§impl DescribeAggregationAuthorizationsInput
impl DescribeAggregationAuthorizationsInput
sourcepub fn limit(&self) -> i32
pub fn limit(&self) -> i32
The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Trait Implementations§
source§impl Clone for DescribeAggregationAuthorizationsInput
impl Clone for DescribeAggregationAuthorizationsInput
source§fn clone(&self) -> DescribeAggregationAuthorizationsInput
fn clone(&self) -> DescribeAggregationAuthorizationsInput
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<DescribeAggregationAuthorizationsInput> for DescribeAggregationAuthorizationsInput
impl PartialEq<DescribeAggregationAuthorizationsInput> for DescribeAggregationAuthorizationsInput
source§fn eq(&self, other: &DescribeAggregationAuthorizationsInput) -> bool
fn eq(&self, other: &DescribeAggregationAuthorizationsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.