[−][src]Struct rusoto_apigateway::GetUsageRequest
The GET request to get the usage data of a usage plan in a specified time interval.
Fields
end_date: String
[Required] The ending date (e.g., 2016-12-31) of the usage data.
key_id: Option<String>
The Id of the API key associated with the resultant usage data.
limit: Option<i64>
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
position: Option<String>
The current pagination position in the paged result set.
start_date: String
[Required] The starting date (e.g., 2016-01-01) of the usage data.
usage_plan_id: String
[Required] The Id of the usage plan associated with the usage data.
Trait Implementations
impl PartialEq<GetUsageRequest> for GetUsageRequest
[src]
fn eq(&self, other: &GetUsageRequest) -> bool
[src]
fn ne(&self, other: &GetUsageRequest) -> bool
[src]
impl Default for GetUsageRequest
[src]
fn default() -> GetUsageRequest
[src]
impl Clone for GetUsageRequest
[src]
fn clone(&self) -> GetUsageRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for GetUsageRequest
[src]
impl Serialize for GetUsageRequest
[src]
Auto Trait Implementations
impl Send for GetUsageRequest
impl Sync for GetUsageRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self