pub struct ReadIdentityAccessListInformationResponse {
pub pending_time: String,
pub expiration_time: String,
pub creation_time: String,
pub client_nonce: String,
pub role: String,
}
Expand description
Response from executing ReadIdentityAccessListInformationRequest
Fields§
§pending_time: String
§expiration_time: String
§creation_time: String
§client_nonce: String
§role: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for ReadIdentityAccessListInformationResponse
impl<'de> Deserialize<'de> for ReadIdentityAccessListInformationResponse
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
Auto Trait Implementations§
impl Freeze for ReadIdentityAccessListInformationResponse
impl RefUnwindSafe for ReadIdentityAccessListInformationResponse
impl Send for ReadIdentityAccessListInformationResponse
impl Sync for ReadIdentityAccessListInformationResponse
impl Unpin for ReadIdentityAccessListInformationResponse
impl UnwindSafe for ReadIdentityAccessListInformationResponse
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