pub struct CreateAuthorizerResponse {
pub authorizer_arn: Option<String>,
pub authorizer_name: Option<String>,
}Fields§
The authorizer ARN.
The authorizer's name.
Trait Implementations§
Source§impl Clone for CreateAuthorizerResponse
impl Clone for CreateAuthorizerResponse
Source§fn clone(&self) -> CreateAuthorizerResponse
fn clone(&self) -> CreateAuthorizerResponse
Returns a duplicate 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 CreateAuthorizerResponse
impl Debug for CreateAuthorizerResponse
Source§impl Default for CreateAuthorizerResponse
impl Default for CreateAuthorizerResponse
Source§fn default() -> CreateAuthorizerResponse
fn default() -> CreateAuthorizerResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateAuthorizerResponse
impl<'de> Deserialize<'de> for CreateAuthorizerResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateAuthorizerResponse
impl PartialEq for CreateAuthorizerResponse
impl StructuralPartialEq for CreateAuthorizerResponse
Auto Trait Implementations§
impl Freeze for CreateAuthorizerResponse
impl RefUnwindSafe for CreateAuthorizerResponse
impl Send for CreateAuthorizerResponse
impl Sync for CreateAuthorizerResponse
impl Unpin for CreateAuthorizerResponse
impl UnwindSafe for CreateAuthorizerResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more