Struct aws_sdk_apigateway::input::GetApiKeysInput  
source · #[non_exhaustive]pub struct GetApiKeysInput { /* private fields */ }Expand description
A request to get information about the current ApiKeys resource.
Implementations§
source§impl GetApiKeysInput
 
impl GetApiKeysInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<GetApiKeys, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<GetApiKeys, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetApiKeys>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApiKeysInput.
source§impl GetApiKeysInput
 
impl GetApiKeysInput
sourcepub fn position(&self) -> Option<&str>
 
pub fn position(&self) -> Option<&str>
The current pagination position in the paged result set.
sourcepub fn limit(&self) -> Option<i32>
 
pub fn limit(&self) -> Option<i32>
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
sourcepub fn name_query(&self) -> Option<&str>
 
pub fn name_query(&self) -> Option<&str>
The name of queried API keys.
sourcepub fn customer_id(&self) -> Option<&str>
 
pub fn customer_id(&self) -> Option<&str>
The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.
sourcepub fn include_values(&self) -> Option<bool>
 
pub fn include_values(&self) -> Option<bool>
A boolean flag to specify whether (true) or not (false) the result contains key values.
Trait Implementations§
source§impl Clone for GetApiKeysInput
 
impl Clone for GetApiKeysInput
source§fn clone(&self) -> GetApiKeysInput
 
fn clone(&self) -> GetApiKeysInput
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 GetApiKeysInput
 
impl Debug for GetApiKeysInput
source§impl PartialEq<GetApiKeysInput> for GetApiKeysInput
 
impl PartialEq<GetApiKeysInput> for GetApiKeysInput
source§fn eq(&self, other: &GetApiKeysInput) -> bool
 
fn eq(&self, other: &GetApiKeysInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.