pub struct GetConfigurationResponse {
pub access_key: String,
pub region: String,
pub iam_endpoint: String,
pub sts_endpoint: String,
pub max_retries: u32,
}
Expand description
Response from executing GetConfigurationRequest
Fields§
§access_key: String
§region: String
§iam_endpoint: String
§sts_endpoint: String
§max_retries: u32
Trait Implementations§
source§impl Debug for GetConfigurationResponse
impl Debug for GetConfigurationResponse
source§impl<'de> Deserialize<'de> for GetConfigurationResponse
impl<'de> Deserialize<'de> for GetConfigurationResponse
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 GetConfigurationResponse
impl RefUnwindSafe for GetConfigurationResponse
impl Send for GetConfigurationResponse
impl Sync for GetConfigurationResponse
impl Unpin for GetConfigurationResponse
impl UnwindSafe for GetConfigurationResponse
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