pub struct DescribeLocationEfsResponse {
pub creation_time: Option<f64>,
pub ec_2_config: Option<Ec2Config>,
pub location_arn: Option<String>,
pub location_uri: Option<String>,
}
Expand description
DescribeLocationEfsResponse
Fields§
§creation_time: Option<f64>
The time that the EFS location was created.
ec_2_config: Option<Ec2Config>
§location_arn: Option<String>
The Amazon resource Name (ARN) of the EFS location that was described.
location_uri: Option<String>
The URL of the EFS location that was described.
Trait Implementations§
Source§impl Clone for DescribeLocationEfsResponse
impl Clone for DescribeLocationEfsResponse
Source§fn clone(&self) -> DescribeLocationEfsResponse
fn clone(&self) -> DescribeLocationEfsResponse
Returns a copy 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 DescribeLocationEfsResponse
impl Debug for DescribeLocationEfsResponse
Source§impl Default for DescribeLocationEfsResponse
impl Default for DescribeLocationEfsResponse
Source§fn default() -> DescribeLocationEfsResponse
fn default() -> DescribeLocationEfsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeLocationEfsResponse
impl<'de> Deserialize<'de> for DescribeLocationEfsResponse
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 DescribeLocationEfsResponse
Auto Trait Implementations§
impl Freeze for DescribeLocationEfsResponse
impl RefUnwindSafe for DescribeLocationEfsResponse
impl Send for DescribeLocationEfsResponse
impl Sync for DescribeLocationEfsResponse
impl Unpin for DescribeLocationEfsResponse
impl UnwindSafe for DescribeLocationEfsResponse
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