#[non_exhaustive]pub struct ListOutpostsWithS3Output {
pub outposts: Option<Vec<Outpost>>,
pub next_token: Option<String>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.outposts: Option<Vec<Outpost>>Returns the list of Outposts that have the following characteristics:
-
outposts that have S3 provisioned
-
outposts that are
Active(not pending any provisioning nor decommissioned) -
outposts to which the the calling Amazon Web Services account has access
next_token: Option<String>Returns a token that you can use to call ListOutpostsWithS3 again and receive additional results, if there are any.
Implementations§
source§impl ListOutpostsWithS3Output
impl ListOutpostsWithS3Output
sourcepub fn outposts(&self) -> &[Outpost]
pub fn outposts(&self) -> &[Outpost]
Returns the list of Outposts that have the following characteristics:
-
outposts that have S3 provisioned
-
outposts that are
Active(not pending any provisioning nor decommissioned) -
outposts to which the the calling Amazon Web Services account has access
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .outposts.is_none().
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Returns a token that you can use to call ListOutpostsWithS3 again and receive additional results, if there are any.
source§impl ListOutpostsWithS3Output
impl ListOutpostsWithS3Output
sourcepub fn builder() -> ListOutpostsWithS3OutputBuilder
pub fn builder() -> ListOutpostsWithS3OutputBuilder
Creates a new builder-style object to manufacture ListOutpostsWithS3Output.
Trait Implementations§
source§impl Clone for ListOutpostsWithS3Output
impl Clone for ListOutpostsWithS3Output
source§fn clone(&self) -> ListOutpostsWithS3Output
fn clone(&self) -> ListOutpostsWithS3Output
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListOutpostsWithS3Output
impl Debug for ListOutpostsWithS3Output
source§impl PartialEq for ListOutpostsWithS3Output
impl PartialEq for ListOutpostsWithS3Output
source§fn eq(&self, other: &ListOutpostsWithS3Output) -> bool
fn eq(&self, other: &ListOutpostsWithS3Output) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for ListOutpostsWithS3Output
impl RequestId for ListOutpostsWithS3Output
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.