#[non_exhaustive]pub struct DescribeLocationObjectStorageOutput { /* private fields */ }
Expand description
DescribeLocationObjectStorageResponse
Implementations
sourceimpl DescribeLocationObjectStorageOutput
impl DescribeLocationObjectStorageOutput
sourcepub fn location_arn(&self) -> Option<&str>
pub fn location_arn(&self) -> Option<&str>
The ARN of the object storage system location.
sourcepub fn location_uri(&self) -> Option<&str>
pub fn location_uri(&self) -> Option<&str>
The URL of the object storage system location.
sourcepub fn access_key(&self) -> Option<&str>
pub fn access_key(&self) -> Option<&str>
The access key (for example, a user name) required to authenticate with the object storage server.
sourcepub fn server_port(&self) -> Option<i32>
pub fn server_port(&self) -> Option<i32>
The port that your object storage server accepts inbound network traffic on (for example, port 443).
sourcepub fn server_protocol(&self) -> Option<&ObjectStorageServerProtocol>
pub fn server_protocol(&self) -> Option<&ObjectStorageServerProtocol>
The protocol that your object storage server uses to communicate.
sourcepub fn agent_arns(&self) -> Option<&[String]>
pub fn agent_arns(&self) -> Option<&[String]>
The ARNs of the DataSync agents that can securely connect with your location.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time that the location was created.
sourceimpl DescribeLocationObjectStorageOutput
impl DescribeLocationObjectStorageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLocationObjectStorageOutput
.
Trait Implementations
sourceimpl Clone for DescribeLocationObjectStorageOutput
impl Clone for DescribeLocationObjectStorageOutput
sourcefn clone(&self) -> DescribeLocationObjectStorageOutput
fn clone(&self) -> DescribeLocationObjectStorageOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<DescribeLocationObjectStorageOutput> for DescribeLocationObjectStorageOutput
impl PartialEq<DescribeLocationObjectStorageOutput> for DescribeLocationObjectStorageOutput
sourcefn eq(&self, other: &DescribeLocationObjectStorageOutput) -> bool
fn eq(&self, other: &DescribeLocationObjectStorageOutput) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for DescribeLocationObjectStorageOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeLocationObjectStorageOutput
impl Send for DescribeLocationObjectStorageOutput
impl Sync for DescribeLocationObjectStorageOutput
impl Unpin for DescribeLocationObjectStorageOutput
impl UnwindSafe for DescribeLocationObjectStorageOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more