pub struct Destination {
pub destination_name: String,
pub target_arn: String,
pub role_arn: String,
pub arn: String,
pub access_policy: Option<String>,
pub creation_time: i64,
pub tags: HashMap<String, String>,
}Fields§
§destination_name: String§target_arn: String§role_arn: String§arn: String§access_policy: Option<String>§creation_time: i64Auto Trait Implementations§
impl Freeze for Destination
impl RefUnwindSafe for Destination
impl Send for Destination
impl Sync for Destination
impl Unpin for Destination
impl UnsafeUnpin for Destination
impl UnwindSafe for Destination
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