pub struct Aws {
pub account_id: Option<String>,
}Expand description
Represents an Amazon Web Services identity provider.
This type is not used in any activity, and only used as part of another schema.
Fields§
§account_id: Option<String>Required. The AWS account ID.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Aws
impl<'de> Deserialize<'de> for Aws
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
impl Part for Aws
Auto Trait Implementations§
impl Freeze for Aws
impl RefUnwindSafe for Aws
impl Send for Aws
impl Sync for Aws
impl Unpin for Aws
impl UnwindSafe for Aws
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