pub struct DescribeDRTAccessResponse {
pub log_bucket_list: Option<Vec<String>>,
pub role_arn: Option<String>,
}Fields§
§log_bucket_list: Option<Vec<String>>The list of Amazon S3 buckets accessed by the DRT.
role_arn: Option<String>The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.
Trait Implementations§
Source§impl Clone for DescribeDRTAccessResponse
impl Clone for DescribeDRTAccessResponse
Source§fn clone(&self) -> DescribeDRTAccessResponse
fn clone(&self) -> DescribeDRTAccessResponse
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 DescribeDRTAccessResponse
impl Debug for DescribeDRTAccessResponse
Source§impl Default for DescribeDRTAccessResponse
impl Default for DescribeDRTAccessResponse
Source§fn default() -> DescribeDRTAccessResponse
fn default() -> DescribeDRTAccessResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeDRTAccessResponse
impl<'de> Deserialize<'de> for DescribeDRTAccessResponse
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 StructuralPartialEq for DescribeDRTAccessResponse
Auto Trait Implementations§
impl Freeze for DescribeDRTAccessResponse
impl RefUnwindSafe for DescribeDRTAccessResponse
impl Send for DescribeDRTAccessResponse
impl Sync for DescribeDRTAccessResponse
impl Unpin for DescribeDRTAccessResponse
impl UnwindSafe for DescribeDRTAccessResponse
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