Struct aws_sdk_apigateway::input::GetUsagePlanKeyInput
source · [−]#[non_exhaustive]pub struct GetUsagePlanKeyInput { /* private fields */ }Expand description
The GET request to get a usage plan key of a given key identifier.
Implementations
sourceimpl GetUsagePlanKeyInput
impl GetUsagePlanKeyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUsagePlanKey, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUsagePlanKey, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetUsagePlanKey>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUsagePlanKeyInput.
sourceimpl GetUsagePlanKeyInput
impl GetUsagePlanKeyInput
sourcepub fn usage_plan_id(&self) -> Option<&str>
pub fn usage_plan_id(&self) -> Option<&str>
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
Trait Implementations
sourceimpl Clone for GetUsagePlanKeyInput
impl Clone for GetUsagePlanKeyInput
sourcefn clone(&self) -> GetUsagePlanKeyInput
fn clone(&self) -> GetUsagePlanKeyInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetUsagePlanKeyInput
impl Debug for GetUsagePlanKeyInput
sourceimpl PartialEq<GetUsagePlanKeyInput> for GetUsagePlanKeyInput
impl PartialEq<GetUsagePlanKeyInput> for GetUsagePlanKeyInput
sourcefn eq(&self, other: &GetUsagePlanKeyInput) -> bool
fn eq(&self, other: &GetUsagePlanKeyInput) -> bool
impl StructuralPartialEq for GetUsagePlanKeyInput
Auto Trait Implementations
impl RefUnwindSafe for GetUsagePlanKeyInput
impl Send for GetUsagePlanKeyInput
impl Sync for GetUsagePlanKeyInput
impl Unpin for GetUsagePlanKeyInput
impl UnwindSafe for GetUsagePlanKeyInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more